Skip to content

Commit

Permalink
Fix ci (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright committed Apr 23, 2024
1 parent bbd88a8 commit 6a335aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
- uses: ./.github/actions/install-essential-dependences
- name: install gtest
run: |
sudo apt-get update
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:
Expand Down

0 comments on commit 6a335aa

Please sign in to comment.