server: tests: ci : fix step id duplicated
This commit is contained in:
parent
86896aadd0
commit
334902b13e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-test.yml
vendored
2
.github/workflows/server-test.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
apt-get -y install vulkan-sdk
|
||||
|
||||
- name: Install CUDA
|
||||
id: get_vulkan
|
||||
id: get_cuda
|
||||
if: ${{ matrix.build == 'cuda' }}
|
||||
run: |
|
||||
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue