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 4f77969 commit b13be2cCopy full SHA for b13be2c
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v6
17
- uses: swift-actions/setup-swift@v3
18
+ with:
19
+ skip-verify-signature: true
20
- name: Echo Swift version
21
run: swift --version
22
- name: Check a Release build
@@ -29,6 +31,7 @@ jobs:
29
31
30
32
33
with:
34
35
swift-version: ${{ matrix.swift-version }}
36
37
0 commit comments