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 ceceeaf commit 0a3fa20Copy full SHA for 0a3fa20
.github/workflows/compile-rocm.yaml
@@ -18,7 +18,7 @@ jobs:
18
echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/rocm-keyring.gpg] https://repo.radeon.com/rocm/apt/debian focal main' | sudo tee /etc/apt/sources.list.d/rocm.list
19
sudo apt-get update
20
sudo apt-get install -y rocm-hip-sdk
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
with:
23
submodules: recursive
24
- name: Build Open MPI
0 commit comments