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 b2fea7f commit 1ba9806Copy full SHA for 1ba9806
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
26
runs-on: ${{ matrix.os }}
27
steps:
28
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
29
with:
30
submodules: recursive
31
- id: setup-development
@@ -81,7 +81,7 @@ jobs:
81
name: "build-linux (${{ matrix.swift }})"
82
83
84
85
- name: Configure container
86
run: |
87
docker run -dit --name build-container -v $PWD:/workspace -w /workspace swift:${{ matrix.swift }}
0 commit comments