CI script fixes

This commit is contained in:
Blaise Tine 2024-07-21 07:24:55 -07:00
parent ef38dc9744
commit 75782f49da
2 changed files with 4 additions and 1 deletions

View file

@ -28,7 +28,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
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 gcc-10 g++-10
- name: Cache Toolchain Directory
id: cache-toolchain

View file

@ -24,6 +24,8 @@ RUN apt-get update && apt-get install -y \
python \
python3 \
uuid-dev \
gcc-10 \
g++-10 \
git \
wget \
curl \