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 69e8aee commit e2ee220Copy full SHA for e2ee220
.github/workflows/pull_request.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
apt-get update -y -q
33
apt-get install -y -q curl
34
+ apt-get install -y -q jq
35
version="$(swift --version | head -n1)"
36
tag="$(curl -sL "https://raw.githubusercontent.com/swiftwasm/swift-sdk-index/refs/heads/main/v1/tag-by-version.json" | jq -e -r --arg v "$version" '.[$v] | .[-1]')"
37
curl -sL "https://raw.githubusercontent.com/swiftwasm/swift-sdk-index/refs/heads/main/v1/builds/$tag.json" | jq -r '.["swift-sdks"]["wasm32-unknown-wasi"] | "swift sdk install \"\(.url)\" --checksum \"\(.checksum)\""' | sh -x
0 commit comments