summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-04-28 15:17:38 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-04-28 15:17:38 +0200
commit95aae62645f893302eb465a35c369f884378063d (patch)
treec78a226e8cca50f4e094dd38b48d37c126505881 /.github
parentb0a1083adc78bd85273d2daa0695b7a7dc99ff93 (diff)
Fix nightly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index dd69376..0f1aac0 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -15,16 +15,14 @@ jobs:
- name: Download LLVM and setup PATH
run: |
brew install llvm@17
- echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH
- TMP_PATH=$(xcrun --show-sdk-path)/user/include
- echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
+ echo "/opt/homebrew/opt/llvm@17/bin" >> $GITHUB_PATH
- name: Download Odin
run: |
git clone https://github.com/odin-lang/Odin
- name: Build Odin
run: |
cd Odin
- make release
+ ./build_odin.sh release
- name: Build ols
run: ./build.sh CI_NO_TESTS -target:darwin_arm64 -extra-linker-flags:"--target=arm64-apple-macos"
- name: Move to Dist