Skip to content

Commit

Permalink
Trying to get things fixed for old macs
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 4, 2024
1 parent 9da9c12 commit 284ff92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
if: ${{ startsWith(matrix.metadata.os, 'macos-') }}
run: |
brew install wabt llvm@15
ls -al /usr/local/
ls -al /usr/local/Cellar
ls -al /usr/local/Cellar/llvm@16
echo PATH="/usr/local/opt/llvm@15/bin:$PATH" >> $GITHUB_ENV
echo PATH="/opt/homebrew/opt/llvm@15/bin:$PATH" >> $GITHUB_ENV
npm i -g wasm-opt pnpm concurrently
Expand Down

0 comments on commit 284ff92

Please sign in to comment.