Skip to content

Commit 11f7f91

Browse files
committed
Install git before checking out
1 parent 314ce94 commit 11f7f91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ jobs:
4848
- name: Ensure GPU is working
4949
run: nvidia-smi
5050

51-
- name: Checkout ${{ github.event.repository.name }}
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
53-
54-
- name: Setup proxy cache
55-
uses: nv-gha-runners/setup-proxy-cache@main
56-
continue-on-error: true
57-
5851
- name: Install dependencies
5952
uses: ./.github/actions/install_unix_deps
6053
continue-on-error: false
@@ -63,6 +56,13 @@ jobs:
6356
dependencies: "git libsqlite3-0 g++ jq wget libgl1 libegl1"
6457
dependent_exes: "git libsqlite3-0 g++ jq wget libgl1 libegl1"
6558

59+
- name: Checkout ${{ github.event.repository.name }}
60+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61+
62+
- name: Setup proxy cache
63+
uses: nv-gha-runners/setup-proxy-cache@main
64+
continue-on-error: true
65+
6666
- name: Set environment variables
6767
env:
6868
BUILD_CUDA_VER: ${{ env.CUDA_VER }}

0 commit comments

Comments
 (0)