Skip to content

Commit 161bddb

Browse files
committed
Move the llvm macOS x64 path echo around
1 parent b34eaba commit 161bddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
echo "SCCACHE_BUCKET=sccache" >> $GITHUB_ENV
2929
echo "SCCACHE_ENDPOINT=http://robdangero.us:9000" >> $GITHUB_ENV
3030
echo "SCCACHE_REGION=auto" >> $GITHUB_ENV
31-
echo "$(brew --prefix llvm@21.1.0)/bin" >> $GITHUB_PATH
3231
3332
- name: Select Xcode
3433
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
@@ -39,6 +38,7 @@ jobs:
3938
brew tap-new myuser/mytap
4039
brew extract --version=21.1.0 llvm myuser/mytap
4140
brew install myuser/mytap/llvm@21.1.0
41+
echo "$(brew --prefix llvm@21.1.0)/bin" >> $GITHUB_PATH
4242
4343
- name: Build
4444
env:

0 commit comments

Comments
 (0)