Skip to content

Commit 8c15b27

Browse files
authored
Fix
1 parent 07cb03a commit 8c15b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
linux:
2020
name: Swift ${{ matrix.swift }} on Linux
2121
runs-on: ubuntu-latest
22-
container: swift:{{ matrix.swift }}
22+
container: swift:${{ matrix.swift }}
2323
strategy:
2424
fail-fast: false
2525
matrix:

0 commit comments

Comments
 (0)