diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-01-29 23:14:58 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-01-29 23:14:58 +0100 |
| commit | a95a326cbce6a5a7e925b57d36efb5faa9bf2d51 (patch) | |
| tree | 90b173c28897e869b30a6050d05c1a81cd7aefe7 /.github/workflows | |
| parent | d5f5bc5ba6d6ce48305073e0cd3ff2916989b034 (diff) | |
set correct path
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e5e204b..be67d25 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -26,7 +26,7 @@ jobs: cd Odin make release - name: Build ols - run: ./build.sh -target:darwin_arm64 -extra-linker-flags:"--target=arm64-apple-macos" + run: ./build.sh CI_NO_TESTS -target:darwin_arm64 -extra-linker-flags:"--target=arm64-apple-macos" - name: Move to Dist run: | mkdir dist |