Skip to content

Commit 951a042

Browse files
authored
Update Test.yml
1 parent 728a81b commit 951a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020
- name: Set Swift version
21-
if: matrix.os == "ubuntu-18.04"
21+
if: matrix.os == 'ubuntu-18.04'
2222
run: echo "5.3-DEVELOPMENT-SNAPSHOT-2020-08-08-a" > .swift-version
2323
- name: Install Swift
2424
uses: YOCKOW/Action-setup-swift@master

0 commit comments

Comments
 (0)