Skip to content

Commit

Permalink
install an updated version of make
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 27, 2023
1 parent bad6a85 commit 5f038c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get update; sudo apt install -y wabt

- name: Install wabt (osx)
- name: Install wabt and gmake (osx)
if: runner.os == 'macOS'
run: brew install wabt
run: brew install wabt; brew install make

- name: Install wasm-pack
run: cargo install wasm-pack
Expand Down

0 comments on commit 5f038c4

Please sign in to comment.