Skip to content

Commit

Permalink
ci: update wabt to 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Jul 22, 2020
1 parent 62aaee7 commit 1e30a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- run:
name: "Install wabt"
working_directory: ~/bin
command: curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.13/wabt-1.0.13-linux.tar.gz | tar xz --strip=1
command: curl -L https://github.com/WebAssembly/wabt/releases/download/1.0.15/wabt-1.0.15-linux.tar.gz | tar xz --strip=1
- run:
name: "Check wat2wasm4cpp"
command: |
Expand Down

0 comments on commit 1e30a47

Please sign in to comment.