We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a775d57 commit 4f2a8e9Copy full SHA for 4f2a8e9
.github/workflows/Test.yml
@@ -17,6 +17,9 @@ jobs:
17
steps:
18
- name: Checkout
19
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
23
- name: Install Swift
24
uses: YOCKOW/Action-setup-swift@master
25
- name: Build
0 commit comments