Skip to content

Commit 0b5c8ce

Browse files
committed
fix deploy CI
1 parent 439e629 commit 0b5c8ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-example.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
runs-on: ubuntu-latest
25-
container: swift:6.2
2625
env:
26+
SWIFT_VERSION: 6.2
2727
WASM_SDK_URL: https://download.swift.org/swift-6.2-release/wasm/swift-6.2-RELEASE/swift-6.2-RELEASE_wasm.artifactbundle.tar.gz
2828
WASM_SDK_CHECKSUM: fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
32+
- uses: beeauvin/swiftly-swift@v1
33+
with:
34+
swift-version: ${{ env.SWIFT_VERSION }}
3235
- name: Install Swift WASM SDK
3336
run: swift sdk install ${{ env.WASM_SDK_URL }} --checksum ${{ env.WASM_SDK_CHECKSUM }}
3437
- name: Install wasm-opt

0 commit comments

Comments
 (0)