Skip to content

Commit a8b9c76

Browse files
committed
Get rid of custom gtest install
1 parent c1f70ab commit a8b9c76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424

25-
- uses: Bacondish2023/setup-googletest@v1
26-
with:
27-
tag: v1.17.0
25+
- name: Install gtest manually
26+
run: sudo apt-get install libgtest-dev
2827

2928
- name: Configure CMake
3029
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

0 commit comments

Comments
 (0)