Skip to content

Commit 09025ba

Browse files
committed
Skip gpg verification
1 parent 8858b00 commit 09025ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)