We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6352b5d commit 39ec196Copy full SHA for 39ec196
.github/workflows/linux.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Prepare build environment
16
run: |
17
sudo apt update
18
- sudo apt install -y cmake ninja-build ${{matrix.cxx}}
+ sudo apt install -y cmake ninja-build libgtest-dev ${{matrix.cxx}}
19
- name: Prepare build directory
20
env:
21
CXX: ${{matrix.cxx}}
0 commit comments