Skip to content

Commit 820f2db

Browse files
committed
ci
1 parent c71353b commit 820f2db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-example.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
- name: Install Swift WASM SDK
3434
run: swift sdk install ${{ env.WASM_SDK_URL }} --checksum ${{ env.WASM_SDK_CHECKSUM }}
3535
- name: Install wasm-opt
36-
run: |
37-
sudo apt-get update
38-
sudo apt-get install -y binaryen
39-
wasm-opt --version
36+
uses: phi-ag/setup-binaryen@v1
37+
with:
38+
version: "123"
4039
- name: Build
4140
working-directory: Examples/Swiftle
4241
run: ./build.sh

0 commit comments

Comments
 (0)