Skip to content

Commit 2bd06db

Browse files
authored
ci(deps): update to gtest 1.14 (#1105)
1 parent 409e198 commit 2bd06db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545
uses: actions/cache@v4
4646
with:
4747
path: gtest/
48-
key: ${{runner.os}}-gtest-1.11-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}
48+
key: ${{runner.os}}-gtest-1.14-${{matrix.lib}}-${{matrix.arch}}-${{matrix.build_type}}
4949

5050
- name: Download GTest
5151
if: steps.cache-gtest.outputs.cache-hit != 'true'
5252
run: |
53-
(New-Object System.Net.WebClient).DownloadFile("https://github.com/google/googletest/archive/refs/tags/release-1.11.0.zip", "release-1.11.0.zip")
54-
Expand-Archive release-1.11.0.zip .
53+
(New-Object System.Net.WebClient).DownloadFile("https://github.com/google/googletest/archive/refs/tags/v1.14.0.zip", "v1.14.0.zip")
54+
Expand-Archive v1.14.0.zip .
5555
5656
- name: Build GTest
5757
if: steps.cache-gtest.outputs.cache-hit != 'true'
5858
run: |
59-
cmake -S googletest-release-1.11.0 -B build-googletest `
59+
cmake -S googletest-1.14.0 -B build-googletest `
6060
-A ${{matrix.arch}} `
6161
-DBUILD_SHARED_LIBS=${{matrix.lib == 'shared'}} `
6262
-Dgtest_force_shared_crt=ON `

0 commit comments

Comments
 (0)