mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
CI script fixes
This commit is contained in:
parent
ef38dc9744
commit
75782f49da
2 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -24,6 +24,8 @@ RUN apt-get update && apt-get install -y \
|
|||
python \
|
||||
python3 \
|
||||
uuid-dev \
|
||||
gcc-10 \
|
||||
g++-10 \
|
||||
git \
|
||||
wget \
|
||||
curl \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue