Skip to content

Commit

Permalink
Install gdb for linux ci (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright authored Apr 1, 2024
1 parent cbbb823 commit ca92daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- uses: ./.github/actions/install-essential-dependences
- name: install gtest
run: |
sudo apt-get install -y cmake libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv lib/libgtest* /usr/lib/
sudo apt-get install -y cmake libgtest-dev gdb && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv lib/libgtest* /usr/lib/
- uses: ./.github/actions/init-make-config
with:
options: --cc=clang --cxx=clang++
Expand Down

0 comments on commit ca92daa

Please sign in to comment.