Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08ca6dd

Browse files
committed
Rename workflow, bump gtest version
1 parent 0d2fa1f commit 08ca6dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cmake-single-platform.yml renamed to .github/workflows/build-linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage.
22
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml
3-
name: CMake on a single platform
3+
name: build-linux
44

55
on:
66
push:
@@ -22,8 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424

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

2829
- name: Configure CMake
2930
# 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)