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 b0dc471 commit c71353bCopy full SHA for c71353b
.github/workflows/deploy-example.yml
@@ -34,6 +34,7 @@ jobs:
34
run: swift sdk install ${{ env.WASM_SDK_URL }} --checksum ${{ env.WASM_SDK_CHECKSUM }}
35
- name: Install wasm-opt
36
run: |
37
+ sudo apt-get update
38
sudo apt-get install -y binaryen
39
wasm-opt --version
40
- name: Build
0 commit comments