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 0d2ceaa commit 6a8d98aCopy full SHA for 6a8d98a
.github/workflows/build.yml
@@ -75,11 +75,7 @@ jobs:
75
uses: actions/checkout@v4
76
- name: Version
77
run: swift --version
78
- - name: SDK List Pre
79
- run: swift sdk list
80
- name: Install SDK
81
run: swift sdk install https://download.swift.org/swift-6.0.3-release/static-sdk/swift-6.0.3-RELEASE/swift-6.0.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum 67f765e0030e661a7450f7e4877cfe008db4f57f177d5a08a6e26fd661cdd0bd
82
- - name: SDK List Post
83
84
- name: Build
85
run: swift build --swift-sdk x86_64-swift-linux-musl
0 commit comments