Skip to content

Commit 48c1ee7

Browse files
sbalint98nilsfriess
authored andcommitted
use the bionic repo
1 parent 29f6f1b commit 48c1ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
sudo apt install libnuma-dev cmake unzip
2929
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
30-
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{matrix.rocm_version}} xenial main' | sudo tee /etc/apt/sources.list.d/rocm.list
30+
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{matrix.rocm_version}} bionic main' | sudo tee /etc/apt/sources.list.d/rocm.list
3131
sudo apt update
3232
sudo apt install rocm-dev
3333
- name: install LLVM

0 commit comments

Comments
 (0)