Skip to content

Commit

Permalink
server: tests: ci : fix step id duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent 86896aa commit 334902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 334902b

Please sign in to comment.