Skip to content

Commit

Permalink
Update apt before trying to install in GHA workflows (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham authored Oct 9, 2023
1 parent 5c73848 commit 48df0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48df0ae

Please sign in to comment.