Skip to content

Commit 24b6a1b

Browse files
committed
Update action.yml
1 parent fb50f25 commit 24b6a1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build_cmake/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ runs:
9191
mkdir --parents --mode=0755 /etc/apt/keyrings
9292
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
9393
94-
# Add rocm repository
94+
- name: Add rocm repository
95+
run: |
9596
rocm_baseurl="https://repo.radeon.com/rocm/apt/${ROCM_VERSION}"
9697
sudo mkdir -p /etc/apt/keyrings
9798
wget -qO /tmp/rocm.gpg.key https://repo.radeon.com/rocm/rocm.gpg.key

0 commit comments

Comments
 (0)