We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aafd0 commit 324d699Copy full SHA for 324d699
1 file changed
.github/workflows/compute.yml
@@ -25,6 +25,9 @@ jobs:
25
run: |
26
apt-get update
27
apt-get install -y libssl-dev
28
+ # Fix SSH submodule checkout failure for git@github.com:jcmosc/swift-runtime-headers.git
29
+ - name: Configure git to use HTTPS instead of SSH
30
+ run: git config --global url."https://github.com/".insteadOf "git@github.com:"
31
- uses: actions/checkout@v4
32
- name: Checkout Swift headers
33
uses: ./.github/actions/checkout-swift-headers
0 commit comments