Skip to content

Commit 4f2a8e9

Browse files
committed
CI: use 5.3-DEVELOPMENT-SNAPSHOT-2020-08-08-a on Linux.
Cannot use just 5.3 on linux, and when using 5.3-DEVELOPMENT-SNAPSHOT-2020-08-08-a on macOS it cannot find XCTest.
1 parent a775d57 commit 4f2a8e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
20+
- name: Set Swift version
21+
if: matrix.os == 'ubuntu-18.04'
22+
run: echo "5.3-DEVELOPMENT-SNAPSHOT-2020-08-08-a" > .swift-version
2023
- name: Install Swift
2124
uses: YOCKOW/Action-setup-swift@master
2225
- name: Build

0 commit comments

Comments
 (0)