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 439e629 commit 0b5c8ceCopy full SHA for 0b5c8ce
.github/workflows/deploy-example.yml
@@ -22,13 +22,16 @@ jobs:
22
name: github-pages
23
url: ${{ steps.deployment.outputs.page_url }}
24
runs-on: ubuntu-latest
25
- container: swift:6.2
26
env:
+ SWIFT_VERSION: 6.2
27
WASM_SDK_URL: https://download.swift.org/swift-6.2-release/wasm/swift-6.2-RELEASE/swift-6.2-RELEASE_wasm.artifactbundle.tar.gz
28
WASM_SDK_CHECKSUM: fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v4
32
+ - uses: beeauvin/swiftly-swift@v1
33
+ with:
34
+ swift-version: ${{ env.SWIFT_VERSION }}
35
- name: Install Swift WASM SDK
36
run: swift sdk install ${{ env.WASM_SDK_URL }} --checksum ${{ env.WASM_SDK_CHECKSUM }}
37
- name: Install wasm-opt
0 commit comments