Skip to content

Commit

Permalink
update install gdb command
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Oct 18, 2023
1 parent 4a57252 commit 20a5fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
pip install nox
- name: Install gdb ubuntu
run: |
sudo apt update
sudo apt upgrade
sudo apt install gdb
- name: Execute Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Note that this only applies if you are installing the Python package, and not us

### Linux Dependencies

sudo apt-get install gdb python3
sudo apt install gdb python3

### macOS Dependencies

Expand Down

0 comments on commit 20a5fa6

Please sign in to comment.