From 893c321e607183cf500cdbceedbcc03aeea4cdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Tue, 18 Nov 2025 11:49:59 +0100 Subject: [PATCH] chore(ci): update repositories before any other apt operation This is done to avoid failure on dependencies' installation. --- .github/actions/gpu_setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gpu_setup/action.yml b/.github/actions/gpu_setup/action.yml index 5ea3a1c49..bd578b271 100644 --- a/.github/actions/gpu_setup/action.yml +++ b/.github/actions/gpu_setup/action.yml @@ -23,8 +23,8 @@ runs: echo "${CMAKE_SCRIPT_SHA} cmake-${CMAKE_VERSION}-linux-x86_64.sh" > checksum sha256sum -c checksum sudo bash cmake-"${CMAKE_VERSION}"-linux-x86_64.sh --skip-license --prefix=/usr/ --exclude-subdir - sudo apt remove -y unattended-upgrades sudo apt update + sudo apt remove -y unattended-upgrades sudo apt install -y cmake-format libclang-dev env: CMAKE_VERSION: 3.29.6