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 987744a commit be25b30Copy full SHA for be25b30
.github/workflows/rust.yml
@@ -24,6 +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
29
- uses: jetli/[email protected]
30
with:
31
version: 'latest'
0 commit comments