Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Salomon <[email protected]>
  • Loading branch information
galsalomon66 committed Jun 3, 2024
1 parent 6c16c27 commit 17291b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install -y libboost-all-dev
- name: fetch-gtest
run: sudo apt-get install -y libgtest-dev
run: sudo apt-get install -y libgtest-dev libunwind-dev

- name: install-gtest
run: cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib || sudo cp *.a /usr/lib
Expand Down

0 comments on commit 17291b5

Please sign in to comment.