Skip to content

Commit a5f5a41

Browse files
committed
CI: Use ssh to download from github
1 parent 340e08e commit a5f5a41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
container: ${{ matrix.container }}
5454

5555
steps:
56+
- name: Use ssh instead of https for github repos
57+
run: |
58+
Add-Content -Path ~/.gitconfig "[url `"git@github.com:`"]`n insteadOf = `"https://github.com/`""
59+
5660
- name: Check out full source code for tooling
5761
if: ${{ matrix.name == 'linux-gcc-x86_64' }}
5862
uses: actions/checkout@v4

0 commit comments

Comments
 (0)