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 1f92f06 commit 70528c9Copy full SHA for 70528c9
.github/workflows/build-ci.yml
@@ -64,7 +64,7 @@ env:
64
jobs:
65
# CUDA Release
66
67
- ubuntu-latest-cmake:
+ ubuntu-latest-cuda-cmake:
68
runs-on: ubuntu-latest
69
70
steps:
@@ -144,7 +144,7 @@ jobs:
144
145
# Vulkan Release
146
147
- ubuntu-latest-vulkan-cmake:
+ ubuntu-latest-vulkan-cmake-2:
148
149
150
@@ -237,8 +237,8 @@ jobs:
237
238
239
needs:
240
- - ubuntu-latest-cmake
241
- - ubuntu-latest-vulkan-cmake
+ - ubuntu-latest-cuda-cmake
+ - ubuntu-latest-vulkan-cmake-2
242
243
244
- name: Clone
0 commit comments