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 728a81b commit 951a042Copy full SHA for 951a042
.github/workflows/Test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v2
20
- name: Set Swift version
21
- if: matrix.os == "ubuntu-18.04"
+ 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
0 commit comments