File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments