Skip to content

Commit b13be2c

Browse files
committed
Skip gpg verification
1 parent 4f77969 commit b13be2c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- uses: swift-actions/setup-swift@v3
18+
with:
19+
skip-verify-signature: true
1820
- name: Echo Swift version
1921
run: swift --version
2022
- name: Check a Release build
@@ -29,6 +31,7 @@ jobs:
2931
- uses: actions/checkout@v6
3032
- uses: swift-actions/setup-swift@v3
3133
with:
34+
skip-verify-signature: true
3235
swift-version: ${{ matrix.swift-version }}
3336
- name: Echo Swift version
3437
run: swift --version

0 commit comments

Comments
 (0)