Skip to content

Commit

Permalink
Hardcoded swift sdk download url
Browse files Browse the repository at this point in the history
  • Loading branch information
srgtuszy committed Oct 12, 2024
1 parent 273ab53 commit 3c8c278
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/buld_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ jobs:
- name: Download and Install Swift
run: |
# Define Swift version and platform
SWIFT_VERSION=6.0.1
PLATFORM=ubuntu22.04
# Set download URL
SWIFT_URL="https://download.swift.org/swift-$SWIFT_VERSION-release/$PLATFORM/swift-$SWIFT_VERSION-RELEASE-$PLATFORM.tar.gz"
SWIFT_URL="https://download.swift.org/swift-6.0.1-release/static-sdk/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz"
# Download Swift
wget $SWIFT_URL -O swift.tar.gz
Expand Down

0 comments on commit 3c8c278

Please sign in to comment.