File tree 4 files changed +5
-11
lines changed 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,10 @@ jobs:
15
15
tests_on_Ubuntu :
16
16
name : Tests on Ubuntu
17
17
runs-on : ubuntu-latest
18
+ container :
19
+ image : swift:latest
18
20
steps :
19
21
- uses : actions/checkout@v2
20
- - name : Install Swift Dependencies
21
- run : sudo apt-get install clang libicu-dev
22
- - name : Download Swift
23
- run : wget "https://swift.org/builds/swift-5.2-release/ubuntu1804/swift-5.2-RELEASE/swift-5.2-RELEASE-ubuntu18.04.tar.gz"
24
- - name : Install Swift
25
- run : |
26
- tar xzf swift-5.2-RELEASE-ubuntu18.04.tar.gz
27
- echo "::add-path::$(pwd)/swift-5.2-RELEASE-ubuntu18.04/usr/bin"
28
22
- name : Build
29
23
run : swift build -v
30
24
- name : Run tests
Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
<p align =" center " >
6
- <img src="docs/Assets/Badges/Swift.svg" alt="Swift 5.1 ">
6
+ <img src="docs/Assets/Badges/Swift.svg" alt="Swift 5.x ">
7
7
<img src="docs/Assets/Badges/Apple.svg" alt="macOS 10.10+ - iOS 8+ - tvOS 9+ - watchOS 2+">
8
- <img src="docs/Assets/Badges/Linux .svg" alt="Linux ">
8
+ <img src="docs/Assets/Badges/Ubuntu .svg" alt="Ubuntu 18.04 ">
9
9
<a href="http://doge.mit-license.org"><img src="docs/Assets/Badges/License.svg" alt="MIT License"></a>
10
10
</p >
11
11
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments