Commit 2bd06db 1 parent 409e198 commit 2bd06db Copy full SHA for 2bd06db
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,18 @@ jobs:
45
45
uses : actions/cache@v4
46
46
with :
47
47
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}}
49
49
50
50
- name : Download GTest
51
51
if : steps.cache-gtest.outputs.cache-hit != 'true'
52
52
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 .
55
55
56
56
- name : Build GTest
57
57
if : steps.cache-gtest.outputs.cache-hit != 'true'
58
58
run : |
59
- cmake -S googletest-release-1.11 .0 -B build-googletest `
59
+ cmake -S googletest-1.14 .0 -B build-googletest `
60
60
-A ${{matrix.arch}} `
61
61
-DBUILD_SHARED_LIBS=${{matrix.lib == 'shared'}} `
62
62
-Dgtest_force_shared_crt=ON `
You can’t perform that action at this time.
0 commit comments