Skip to content

Commit

Permalink
Archive path is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
srgtuszy committed Oct 12, 2024
1 parent 3c8c278 commit 26c4a6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buld_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
# Download Swift
wget $SWIFT_URL -O swift.tar.gz
# Extract Swift
tar xzf swift.tar.gz
tar xzf swift.tar.gz -C swift
# Move Swift to /usr/local
sudo mv swift-$SWIFT_VERSION-RELEASE-$PLATFORM /usr/local/swift
sudo mv swift /usr/local/swift
# Add Swift to PATH
echo "/usr/local/swift/usr/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 26c4a6a

Please sign in to comment.