Skip to content

Commit

Permalink
Debugging further
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 4, 2024
1 parent e8879d2 commit 21cda6e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,9 @@ 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@15
ls -al /usr/local/opt/
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="/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 21cda6e

Please sign in to comment.