Skip to content

Commit

Permalink
ubuntu-20.04 no longer has specified gdb version, use regular gdb pac…
Browse files Browse the repository at this point in the history
…kage
  • Loading branch information
EyalIO authored Jun 23, 2024
1 parent 1c9eb3e commit 1901dbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/1-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ runs:
export DEBIAN_FRONTEND=noninteractive
sudo dpkg --add-architecture i386
sudo apt-get -q update
# Don't use latest gdb v10 from Ubuntu toolchain PPA with regressions, use official v8
sudo apt-get -yq install \
git-core cmake g++-multilib \
libcurl4 libcurl4:i386 \
curl gdb=8.1.1-0ubuntu1 p7zip-full tzdata unzip zip python3-pip
curl gdb p7zip-full tzdata unzip zip python3-pip
- name: 'Linux: Download & extract clang' # into ../clang
if: runner.os == 'Linux'
Expand Down

0 comments on commit 1901dbd

Please sign in to comment.