Skip to content

Commit 39ec196

Browse files
committed
Fix CI
1 parent 6352b5d commit 39ec196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Prepare build environment
1616
run: |
1717
sudo apt update
18-
sudo apt install -y cmake ninja-build ${{matrix.cxx}}
18+
sudo apt install -y cmake ninja-build libgtest-dev ${{matrix.cxx}}
1919
- name: Prepare build directory
2020
env:
2121
CXX: ${{matrix.cxx}}

0 commit comments

Comments
 (0)