chore(ci): update repositories before any other apt operation

This is done to avoid failure on dependencies' installation.
This commit is contained in:
David Testé
2025-11-18 11:49:59 +01:00
committed by David Testé
parent 51139e6e82
commit 893c321e60

View File

@@ -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