We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a1083 commit 95aae62Copy full SHA for 95aae62
.github/workflows/nightly.yml
@@ -15,16 +15,14 @@ jobs:
15
- name: Download LLVM and setup PATH
16
run: |
17
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
+ echo "/opt/homebrew/opt/llvm@17/bin" >> $GITHUB_PATH
21
- name: Download Odin
22
23
git clone https://github.com/odin-lang/Odin
24
- name: Build Odin
25
26
cd Odin
27
- make release
+ ./build_odin.sh release
28
- name: Build ols
29
run: ./build.sh CI_NO_TESTS -target:darwin_arm64 -extra-linker-flags:"--target=arm64-apple-macos"
30
- name: Move to Dist
0 commit comments