Skip to content

Commit 95aae62

Browse files
committed
Fix nightly
1 parent b0a1083 commit 95aae62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515
- name: Download LLVM and setup PATH
1616
run: |
1717
brew install llvm@17
18-
echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH
19-
TMP_PATH=$(xcrun --show-sdk-path)/user/include
20-
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
18+
echo "/opt/homebrew/opt/llvm@17/bin" >> $GITHUB_PATH
2119
- name: Download Odin
2220
run: |
2321
git clone https://github.com/odin-lang/Odin
2422
- name: Build Odin
2523
run: |
2624
cd Odin
27-
make release
25+
./build_odin.sh release
2826
- name: Build ols
2927
run: ./build.sh CI_NO_TESTS -target:darwin_arm64 -extra-linker-flags:"--target=arm64-apple-macos"
3028
- name: Move to Dist

0 commit comments

Comments
 (0)