Skip to content

Commit 324d699

Browse files
committed
Fix SSH submodule checkout failure for Compute source build on CI
1 parent c3aafd0 commit 324d699

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/compute.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: |
2626
apt-get update
2727
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:"
2831
- uses: actions/checkout@v4
2932
- name: Checkout Swift headers
3033
uses: ./.github/actions/checkout-swift-headers

0 commit comments

Comments
 (0)