Skip to content

Commit

Permalink
Use latest version of driver
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 25, 2024
1 parent 8787116 commit 4c31448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt update
wget https://repo.radeon.com/amdgpu-install/6.0/ubuntu/focal/amdgpu-install_6.0.60000-1_all.deb
sudo apt install ./amdgpu-install_6.0.60000-1_all.deb
wget https://repo.radeon.com/amdgpu-install/6.1.3/ubuntu/focal/amdgpu-install_6.1.60103-1_all.deb
sudo apt install ./amdgpu-install_6.1.60103-1_all.deb
sudo amdgpu-install --usecase=rocm
sudo reboot
Expand Down

0 comments on commit 4c31448

Please sign in to comment.