From 85f22015d98d2775641cb9c7851fe595bdc97d29 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 21 Mar 2024 07:43:25 +0000 Subject: [PATCH] only that --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1baa1aea59..938b9e5dae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -429,7 +429,7 @@ jobs: EOF echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600 sudo apt update - sudo apt install --no-install-recommends --allow-unauthenticated -y rocm-hip-libraries hip-dev + sudo apt install --no-install-recommends --allow-unauthenticated -y hsa-rocr comgr curl -s https://api.github.com/repos/Qazalin/remu/releases/latest | \ jq -r '.assets[] | select(.name == "libremu.so").browser_download_url' | \ sudo xargs curl -L -o /usr/local/lib/libremu.so