We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7485e0 commit a78acb9Copy full SHA for a78acb9
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
- uses: swift-actions/setup-swift@v3
19
with:
20
swift-version: ${{ matrix.swift-version }}
21
+ skip-verify-signature: true
22
- name: Echo Swift version
23
run: swift --version
24
- name: Check a Release build
@@ -35,6 +36,7 @@ jobs:
35
36
37
38
39
40
41
42
- name: Test
0 commit comments