This repository was archived by the owner on Dec 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 5.0
1+ 5.1
Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ jobs:
8484 - script : |
8585 # Install Swift dependencies
8686 sudo apt-get install clang libicu-dev
87- # Install Swift 5.1
88- curl https://swift.org/builds/swift-5.1-release/ubuntu1604/swift-5.1-RELEASE/swift-5.1-RELEASE-ubuntu16.04.tar.gz > $(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04.tar.gz
89- tar xzf swift-5.1-RELEASE-ubuntu16.04.tar.gz -C $(Build.SourcesDirectory)
87+ # Install Swift 5.1.1
88+ curl https://swift.org/builds/swift-5.1.1 -release/ubuntu1604/swift-5.1.1 -RELEASE/swift-5.1.1 -RELEASE-ubuntu16.04.tar.gz > $(Build.SourcesDirectory)/swift-5.1 .1-RELEASE-ubuntu16.04.tar.gz
89+ tar xzf swift-5.1.1 -RELEASE-ubuntu16.04.tar.gz -C $(Build.SourcesDirectory)
9090 # Swift build
91- $(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04/usr/bin/swift build
91+ $(Build.SourcesDirectory)/swift-5.1.1 -RELEASE-ubuntu16.04/usr/bin/swift build
9292 # Swift test
93- $(Build.SourcesDirectory)/swift-5.1-RELEASE-ubuntu16.04/usr/bin/swift test
93+ $(Build.SourcesDirectory)/swift-5.1.1 -RELEASE-ubuntu16.04/usr/bin/swift test
9494
9595
You can’t perform that action at this time.
0 commit comments