There was an error while loading. Please reload this page.
1 parent 338410e commit ba0a314Copy full SHA for ba0a314
1 file changed
.github/workflows/test.yml
@@ -122,6 +122,9 @@ jobs:
122
with:
123
xcode-version: latest-stable
124
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'
128
- name: 'Set up swift (non-Windows)'
129
if: ${{ runner.os != 'Windows' }}
130
uses: SwiftyLab/setup-swift@latest
0 commit comments