Skip to content

Commit 1e2a33a

Browse files
committed
wip
1 parent 572f4bf commit 1e2a33a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
run: |
2323
set -vex
2424
25-
SWIFT_TOOLCHAIN_VERSION=swift-DEVELOPMENT-SNAPSHOT-2024-06-03-a
26-
wget https://download.swift.org/development/ubuntu2204/${SWIFT_TOOLCHAIN_VERSION}/${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04.tar.gz
25+
SWIFT_TOOLCHAIN_VERSION=swift-DEVELOPMENT-SNAPSHOT-2024-12-13-a
26+
27+
#wget https://download.swift.org/development/ubuntu2204/${SWIFT_TOOLCHAIN_VERSION}/${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04.tar.gz
28+
wget https://download.swift.org/tmp-ci-nightly/development/swift-DEVELOPMENT-SNAPSHOT-2024-12-13-a-4019/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2024-12-13-a/swift-DEVELOPMENT-SNAPSHOT-2024-12-13-a-ubuntu2204.tar.gz
29+
2730
tar xzf ${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04.tar.gz
2831
export PATH="$PATH:`pwd`/${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04/usr/bin/"
2932
swiftc --version

0 commit comments

Comments
 (0)