aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2021-11-08 14:06:11 +0100
committerGitHub <noreply@github.com>2021-11-08 14:06:11 +0100
commitd4a25966962b9d35d0b01ae41e25399c7a099ecc (patch)
tree327a175b13fa430885414f9ff791b05f513fc1c1 /.github/workflows
parentb0744defcd96bc7fde0477329492fbb5bfd32f9d (diff)
Update nightly.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index e8690ac..af63ee9 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -24,7 +24,6 @@ jobs:
- name: Build Odin
run: |
cd Odin
- git checkout 05ac2002e0296c3acccca1d8cffaafb002e43120
make release
- name: Build ols
run: ./build.sh CI
@@ -51,7 +50,6 @@ jobs:
- name: Build Odin
run: |
cd Odin
- git checkout 05ac2002e0296c3acccca1d8cffaafb002e43120
make release
- name: Build ols
run: ./build.sh CI
@@ -79,7 +77,6 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd Odin
- git checkout 05ac2002e0296c3acccca1d8cffaafb002e43120
./build.bat 1
- name: Build ols
shell: cmd