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 c1f70ab commit a8b9c76Copy full SHA for a8b9c76
.github/workflows/build-linux.yml
@@ -22,9 +22,8 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
25
- - uses: Bacondish2023/setup-googletest@v1
26
- with:
27
- tag: v1.17.0
+ - name: Install gtest manually
+ run: sudo apt-get install libgtest-dev
28
29
- name: Configure CMake
30
# 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