1 parent 07cb03a commit 8c15b27Copy full SHA for 8c15b27
1 file changed
.github/workflows/swift.yml
@@ -19,7 +19,7 @@ jobs:
19
linux:
20
name: Swift ${{ matrix.swift }} on Linux
21
runs-on: ubuntu-latest
22
- container: swift:{{ matrix.swift }}
+ container: swift:${{ matrix.swift }}
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments