Skip to content

Commit

Permalink
Update repos before trying to install gdb (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
janaknat authored Jan 31, 2021
1 parent 2d17ddf commit cec8974
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Install tox, gdb
run: |
pip install tox
sudo apt-get update -y
sudo apt-get install -y gdb
- name: Enable core dumps
run: ulimit -c unlimited -S # enable core dumps
Expand Down

0 comments on commit cec8974

Please sign in to comment.