Skip to content

Commit

Permalink
Upgrade GDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Aug 6, 2024
1 parent 49219b9 commit 54c8c89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,15 @@ jobs:
run: |
# Install GDB
sudo apt-get install -y gdb
echo "GDB installation complete"
gdb --version
echo "Checking for updates..."
sudo apt-get update
sudo apt-get upgrade gdb
gdb --version
# Don't immediately fail if GDB exits with a non-zero code
set +e
Expand Down

0 comments on commit 54c8c89

Please sign in to comment.