Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a22e015

Browse files
committed
fix(ci): Update windows-nvidia runners and git clone recursive
1 parent 0c84583 commit a22e015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
id: checkout
255255
uses: actions/checkout@v3
256256
with:
257-
fetch-depth: 0
257+
submodules: recursive
258258

259259
- name: Download OpenCL SDK
260260
id: get_opencl
@@ -343,7 +343,7 @@ jobs:
343343
nitro-${{ steps.tag.outputs.name }}-bin-win-${{ matrix.build }}-x64.zip
344344
345345
windows-latest-cmake-cublas:
346-
runs-on: windows-gpu
346+
runs-on: windows-nvidia
347347

348348
strategy:
349349
matrix:
@@ -355,7 +355,7 @@ jobs:
355355
id: checkout
356356
uses: actions/checkout@v3
357357
with:
358-
fetch-depth: 0
358+
submodules: recursive
359359

360360
- uses: Jimver/cuda-toolkit@v0.2.11
361361
id: cuda-toolkit

0 commit comments

Comments
 (0)