We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ba65 commit b0f04c6Copy full SHA for b0f04c6
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
- name: Install Swift
19
shell: bash
20
run: |
21
- # Download and install Swift 6.0 using corrected official method
22
- SWIFT_VERSION=6.0
23
- SWIFT_RELEASE=6.0-RELEASE
+ # Download and install Swift 6.2 using corrected official method
+ SWIFT_VERSION=6.2
+ SWIFT_RELEASE=6.2-RELEASE
24
wget https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2204/swift-${SWIFT_RELEASE}/swift-${SWIFT_RELEASE}-ubuntu22.04.tar.gz
25
tar -xzf swift-${SWIFT_RELEASE}-ubuntu22.04.tar.gz
26
export PATH=$PWD/swift-${SWIFT_RELEASE}-ubuntu22.04/usr/bin:$PATH
0 commit comments