Skip to content

Commit

Permalink
FIX: failed build macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
ser-mk committed Aug 31, 2023
1 parent b4e7eef commit 1a8852c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: prepare llvm
run: |
brew uninstall llvm@15 ; echo 0
sed -i '' 's/disable!/#disable!/g' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/[email protected]
sed -i '' 's/disable!/#disable!/g' /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/l/[email protected]
HOMEBREW_NO_INSTALL_FROM_API=1 brew install llvm@8
echo "/usr/local/opt/llvm@8/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 1a8852c

Please sign in to comment.