remove old rocm

This commit is contained in:
John Doe
2025-11-20 19:12:40 -05:00
parent f111783828
commit 36264eb39e

View File

@@ -77,6 +77,10 @@ jobs:
- name: Setup ROCm (Ubuntu)
run: |
# Remove existing ROCm packages to avoid conflicts
sudo apt remove --purge -y rocm-* hip-* || true
sudo apt autoremove -y
# Install ROCm 7.1
sudo apt update
sudo apt install -y wget gnupg