From cec7ce77d69969affead10127b93169b9c178f9b Mon Sep 17 00:00:00 2001 From: Jason Bonnell <166553723+jbonnell-amd@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:09:36 -0400 Subject: [PATCH] Add sudo apt-get update command to workflow (#1177) - 404 Not Found errors when trying to download dependencies in the Get the latest therock build step. Adding `sudo apt-get update` command first to avoid this. - Added `sudo apt-get update` to the rocprofiler-sdk-build-ci-docker-images.yml workflow. --- .github/workflows/rocprofiler-sdk-build-ci-docker-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rocprofiler-sdk-build-ci-docker-images.yml b/.github/workflows/rocprofiler-sdk-build-ci-docker-images.yml index 9f0771e1b8..51b135961c 100644 --- a/.github/workflows/rocprofiler-sdk-build-ci-docker-images.yml +++ b/.github/workflows/rocprofiler-sdk-build-ci-docker-images.yml @@ -46,6 +46,7 @@ jobs: - name: Get the latest therock build id: therock run: | + sudo apt-get update sudo apt-get install -y python3-pip python3 -m pip install -U pip python3 -m pip install -U awscli