We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d29ba commit f7b1116Copy full SHA for f7b1116
.github/workflows/build.yml
@@ -374,6 +374,8 @@ jobs:
374
- name: Clone
375
id: checkout
376
uses: actions/checkout@v4
377
+ with:
378
+ fetch-depth: 0
379
380
- name: ccache
381
uses: hendrikmuhs/ccache-action@v1.2.16
@@ -1373,8 +1375,10 @@ jobs:
1373
1375
1374
1376
needs:
1377
- ubuntu-cpu-cmake
1378
+ - ubuntu-22-cmake-vulkan
1379
- windows-latest-cmake
1380
- windows-2019-cmake-cuda
1381
+ - windows-latest-cmake-sycl
1382
- windows-latest-cmake-hip-release
1383
- macOS-latest-cmake-arm64
1384
- macOS-latest-cmake-x64
0 commit comments