Skip to content

Commit

Permalink
fix macos-latest install path for latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
on-keyday committed Apr 25, 2024
1 parent c03f2ae commit 9b0246a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
brew install llvm
- name: Build
run: |
export FUTILS_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
export FUTILS_C_COMPILER=/usr/local/opt/llvm/bin/clang
export FUTILS_CXX_COMPILER=/opt/homebrew//opt/llvm/bin/clang++
export FUTILS_C_COMPILER=/opt/homebrew/opt/llvm/bin/clang
. build.sh native Release
./tool/src2json --version
- name: Pack artifacts
Expand Down

0 comments on commit 9b0246a

Please sign in to comment.