aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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