We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990ae4e commit 5875cb3Copy full SHA for 5875cb3
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: install dependencies (ubuntu only)
28
uses: awalsh128/cache-apt-pkgs-action@latest
29
with:
30
- packages: make
+ packages: make binaryen
31
32
- name: install Rust stable
33
uses: dtolnay/rust-toolchain@stable
0 commit comments