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:
parent
5c73848e2a
commit
48df0ae2dc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-test.yml
vendored
1
.github/workflows/build-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue