There was an error while loading. Please reload this page.
1 parent b34eaba commit 161bddbCopy full SHA for 161bddb
1 file changed
.github/workflows/macos.yml
@@ -28,7 +28,6 @@ jobs:
28
echo "SCCACHE_BUCKET=sccache" >> $GITHUB_ENV
29
echo "SCCACHE_ENDPOINT=http://robdangero.us:9000" >> $GITHUB_ENV
30
echo "SCCACHE_REGION=auto" >> $GITHUB_ENV
31
- echo "$(brew --prefix llvm@21.1.0)/bin" >> $GITHUB_PATH
32
33
- name: Select Xcode
34
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
@@ -39,6 +38,7 @@ jobs:
39
38
brew tap-new myuser/mytap
40
brew extract --version=21.1.0 llvm myuser/mytap
41
brew install myuser/mytap/llvm@21.1.0
+ echo "$(brew --prefix llvm@21.1.0)/bin" >> $GITHUB_PATH
42
43
- name: Build
44
env:
0 commit comments