mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
CI script fixes
This commit is contained in:
parent
01b81830bf
commit
cff6e320b2
1 changed files with 1 additions and 1 deletions
2
ci/system_updates.sh
Normal file → Executable file
2
ci/system_updates.sh
Normal file → Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue