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 fb50f25 commit 24b6a1bCopy full SHA for 24b6a1b
.github/actions/build_cmake/action.yml
@@ -91,7 +91,8 @@ runs:
91
mkdir --parents --mode=0755 /etc/apt/keyrings
92
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
93
94
- # Add rocm repository
+ - name: Add rocm repository
95
+ run: |
96
rocm_baseurl="https://repo.radeon.com/rocm/apt/${ROCM_VERSION}"
97
sudo mkdir -p /etc/apt/keyrings
98
wget -qO /tmp/rocm.gpg.key https://repo.radeon.com/rocm/rocm.gpg.key
0 commit comments