We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be25b30 commit e37f9fcCopy full SHA for e37f9fc
.github/workflows/rust.yml
@@ -24,8 +24,8 @@ jobs:
24
target/
25
key: ${{ github.ref || github.run_id }}
26
- uses: dtolnay/rust-toolchain@stable
27
- - name: Install wabt
28
- run: sudo apt-get update; sudo apt-get install wabt
+ - name: Install wabt and binaryen
+ run: sudo apt-get update; sudo apt-get install wabt; sudo apt install binaryen
29
- uses: jetli/[email protected]
30
with:
31
version: 'latest'
0 commit comments