Skip to content

Commit

Permalink
ci: use newer cli
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Oct 7, 2024
1 parent d7e2151 commit 3911115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Update deps (Linux)
run: |
go install github.com/extism/cli/extism@latest
go install github.com/extism/cli/extism@v1.5.4
cd /tmp
# get just wasm-merge and wasm-opt
curl -L https://github.com/WebAssembly/binaryen/releases/download/version_116/binaryen-version_116-x86_64-linux.tar.gz > binaryen.tar.gz
Expand Down

0 comments on commit 3911115

Please sign in to comment.