We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7f381 commit 4f5c726Copy full SHA for 4f5c726
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y cmake g++ make googletest
+ sudo apt-get install -y cmake g++ make libgtest-dev
25
26
- name: Build tests
27
working-directory: cpp/tests
0 commit comments