From 20a5fa623b51d78f695b654c6637e34ce1df109a Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Tue, 17 Oct 2023 23:34:49 -0700 Subject: [PATCH] update install gdb command --- .github/workflows/tests.yml | 2 ++ docs/installation.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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