Skip to content

Commit

Permalink
Trying to debug bin
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 4, 2024
1 parent 4f33719 commit a39fcfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
if: ${{ matrix.metadata.os == 'macos-latest' }}
run: |
brew install wabt llvm@15
ls -al /opt/homebrew/opt/llvm@15/bin/
echo $PATH
echo PATH="/opt/homebrew/opt/llvm@15/bin:$PATH" >> $GITHUB_ENV
npm i -g wasm-opt pnpm concurrently
- name: Tool Versions
Expand Down

0 comments on commit a39fcfa

Please sign in to comment.