Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kubamracek committed Dec 13, 2024
1 parent f8c9fe0 commit b6da44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
#wget https://download.swift.org/development/ubuntu2204/${SWIFT_TOOLCHAIN_VERSION}/${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04.tar.gz
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
tar xzf ${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04.tar.gz
export PATH="$PATH:`pwd`/${SWIFT_TOOLCHAIN_VERSION}-ubuntu22.04/usr/bin/"
tar vxzf ${SWIFT_TOOLCHAIN_VERSION}-ubuntu2204.tar.gz
export PATH="`pwd`/usr/bin/:$PATH"
swiftc --version
wget https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-linux-x86_64.tar.gz
Expand Down

0 comments on commit b6da44b

Please sign in to comment.