diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4bb88145..e358e21a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | diff --git a/docs/installation.md b/docs/installation.md index 45aed249..50548684 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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