Skip to content

Commit 133461d

Browse files
committed
Add setup MSVC step for Windows coverage
1 parent e663811 commit 133461d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
5151
- name: Checkout ${{ github.event.repository.name }}
5252
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
with:
54+
fetch-depth: 0
5355

5456
- name: Install dependencies
5557
uses: ./.github/actions/install_unix_deps
@@ -195,6 +197,8 @@ jobs:
195197
steps:
196198
- name: Checkout ${{ github.event.repository.name }}
197199
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
200+
with:
201+
fetch-depth: 0
198202

199203
- name: Setup proxy cache
200204
uses: nv-gha-runners/setup-proxy-cache@main
@@ -227,6 +231,9 @@ jobs:
227231
with:
228232
python-version: ${{ env.PY_VER }}
229233

234+
- name: Set up MSVC
235+
uses: ilammy/msvc-dev-cmd@v1
236+
230237
- name: Set up mini CTK
231238
if: ${{ env.LOCAL_CTK == '1' }}
232239
uses: ./.github/actions/fetch_ctk

0 commit comments

Comments
 (0)