Skip to content

Commit

Permalink
Install gdb on test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 8, 2023
1 parent 524ce41 commit f2cb049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- name: Install system dependencies
run: |
sudo apt-get install -y gdb
- name: Install
run: |
pip install -e .
Expand Down

0 comments on commit f2cb049

Please sign in to comment.