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 b7cc587 commit 840cdfbCopy full SHA for 840cdfb
.github/workflows/build_and_test.yml
@@ -51,7 +51,7 @@ jobs:
51
- uses: actions/checkout@v4
52
- name: GPG
53
run: |
54
- curl -LO https://swift.org/keys/all-keys.asc
+ curl -LO https://www.swift.org/keys/all-keys.asc
55
gpg --import all-keys.asc
56
- uses: swift-actions/setup-swift@d10500c1ac8822132eebbd74c48c3372c71d7ff5
57
with:
0 commit comments