CI script fixes

This commit is contained in:
Blaise Tine 2024-07-21 10:23:01 -07:00
parent 01b81830bf
commit cff6e320b2

2
ci/system_updates.sh Normal file → Executable file
View file

@ -24,7 +24,7 @@ sudo apt-get install -y g++-11 gcc-11
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100
sudo apt-get install -y build-essential valgrind libstdc++6 binutils python uuid-dev
sudo apt-get install -y build-essential valgrind libstdc++6 binutils python uuid-dev ccache
sudo apt-get upgrade -y
sudo apt-get update -y