Skip to content

Commit

Permalink
Proper fix for multi homebrew mac
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 4, 2024
1 parent 21cda6e commit 837100a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ jobs:
if: ${{ startsWith(matrix.metadata.os, 'macos-') }}
run: |
brew install wabt llvm@15
ls -al /usr/local/opt/llvm@15/bin
echo PATH="/usr/local/opt/llvm@15/bin:$PATH" >> $GITHUB_ENV
# echo PATH="/opt/homebrew/opt/llvm@15/bin:$PATH" >> $GITHUB_ENV
echo PATH="$HOMEBREW_PREFIX/opt/llvm@15/bin:$PATH" >> $GITHUB_ENV
npm i -g wasm-opt pnpm concurrently
- name: Tool Versions
Expand Down

0 comments on commit 837100a

Please sign in to comment.