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 c71353b commit 820f2dbCopy full SHA for 820f2db
.github/workflows/deploy-example.yml
@@ -33,10 +33,9 @@ jobs:
33
- name: Install Swift WASM SDK
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
+ uses: phi-ag/setup-binaryen@v1
+ with:
+ version: "123"
40
- name: Build
41
working-directory: Examples/Swiftle
42
run: ./build.sh
0 commit comments