Skip to content

Commit

Permalink
ci: install libgtest-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumitattarde committed Jan 6, 2023
1 parent 56e0d07 commit ca0cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppkiteconnect-test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build and test on (Ubuntu) Linux
if: startsWith(matrix.config.name, 'ubuntu')
run: |
sudo apt update && sudo apt -y install git g++ build-essential cmake googletest
sudo apt update && sudo apt -y install git g++ build-essential cmake libgtest-dev googletest
mkdir build && cd build
cmake .. -DBUILD_EXAMPLE=ON -DBUILD_TESTS=ON && make && make test ARGS="-V"
Expand Down

0 comments on commit ca0cf5a

Please sign in to comment.