1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Update apt before trying to install in GHA workflows (#586)

Fixes https://github.com/eclipse-cdt/cdt/pull/581#issuecomment-1752771968
This commit is contained in:
Jonah Graham 2023-10-09 19:29:15 -04:00 committed by GitHub
parent 5c73848e2a
commit 48df0ae2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ jobs:
maven-version: 3.9.2
- name: Install GCC & GDB & other build essentials
run: |
sudo apt-get update
sudo apt-get -y install build-essential gcc g++ gdb gdbserver
gdb --version
gcc --version