We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f6f1b commit 48c1ee7Copy full SHA for 48c1ee7
.github/workflows/linux.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
sudo apt install libnuma-dev cmake unzip
29
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
+ echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{matrix.rocm_version}} bionic main' | sudo tee /etc/apt/sources.list.d/rocm.list
31
sudo apt update
32
sudo apt install rocm-dev
33
- name: install LLVM
0 commit comments