Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 26, 2024
1 parent 97d28d9 commit 2b05351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: setup apt dependencies for Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt update
sudo mkdir --parents --mode=0755 /etc/apt/keyrings
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | \
gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
Expand All @@ -41,7 +42,6 @@ jobs:
| sudo tee /etc/apt/preferences.d/rocm-pin-600
sudo apt install amdgpu-dkms
sudo apt install rocm-opencl
sudo apt update
sudo ldconfig
dkms status
sudo apt list --installed
Expand Down

0 comments on commit 2b05351

Please sign in to comment.