Skip to content

Commit f7b1116

Browse files
authored
update release requirements (#11897)
1 parent c4d29ba commit f7b1116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ jobs:
374374
- name: Clone
375375
id: checkout
376376
uses: actions/checkout@v4
377+
with:
378+
fetch-depth: 0
377379

378380
- name: ccache
379381
uses: hendrikmuhs/ccache-action@v1.2.16
@@ -1373,8 +1375,10 @@ jobs:
13731375

13741376
needs:
13751377
- ubuntu-cpu-cmake
1378+
- ubuntu-22-cmake-vulkan
13761379
- windows-latest-cmake
13771380
- windows-2019-cmake-cuda
1381+
- windows-latest-cmake-sycl
13781382
- windows-latest-cmake-hip-release
13791383
- macOS-latest-cmake-arm64
13801384
- macOS-latest-cmake-x64

0 commit comments

Comments
 (0)