Skip to content

Commit ba0a314

Browse files
committed
add gpg
1 parent 338410e commit ba0a314

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
with:
123123
xcode-version: latest-stable
124124

125+
- name: Import Swift GPG Key (Ubuntu Only)
126+
if: runner.os == 'Linux' # Only run this on Ubuntu runners
127+
run: gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys '52BB 7E3D E28A 71BE 22EC 05FF EF80 A866 B47A 981F'
125128
- name: 'Set up swift (non-Windows)'
126129
if: ${{ runner.os != 'Windows' }}
127130
uses: SwiftyLab/setup-swift@latest

0 commit comments

Comments
 (0)