Skip to content

Commit 70528c9

Browse files
authored
Update build-ci.yml
1 parent 1f92f06 commit 70528c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ env:
6464
jobs:
6565
# CUDA Release
6666

67-
ubuntu-latest-cmake:
67+
ubuntu-latest-cuda-cmake:
6868
runs-on: ubuntu-latest
6969

7070
steps:
@@ -144,7 +144,7 @@ jobs:
144144

145145
# Vulkan Release
146146

147-
ubuntu-latest-vulkan-cmake:
147+
ubuntu-latest-vulkan-cmake-2:
148148
runs-on: ubuntu-latest
149149

150150
steps:
@@ -237,8 +237,8 @@ jobs:
237237
runs-on: ubuntu-latest
238238

239239
needs:
240-
- ubuntu-latest-cmake
241-
- ubuntu-latest-vulkan-cmake
240+
- ubuntu-latest-cuda-cmake
241+
- ubuntu-latest-vulkan-cmake-2
242242

243243
steps:
244244
- name: Clone

0 commit comments

Comments
 (0)