Skip to content

Commit

Permalink
apt-get install gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartarchibald committed Sep 29, 2021
1 parent 0240f40 commit a1010f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildscripts/azure/azure-linux-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- script: |
if [ "$(uname)" == "Linux" ] && [[ "$CONDA_SUBDIR" == "linux-32" || "$BITS32" == "yes" ]]; then sudo apt-get install -y libc6-dev-i386; fi
if [ "$(uname)" == "Linux" ]; then sudo apt-get install -y gdb; fi
echo "Installing Miniconda"
buildscripts/incremental/install_miniconda.sh
export PATH=$HOME/miniconda3/bin:$PATH
Expand Down

0 comments on commit a1010f2

Please sign in to comment.