File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 77env :
88 # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
99 BUILD_TYPE : Release
10- GTEST_REF : b85864c64758dec007208e56af933fc3f52044ee
1110 ORTOOLS_VER : " 9.14"
1211 ORTOOLS_RELEASE : " 6206"
1312
5352 with :
5453 repository : google/googletest
5554 path : googletest
56- ref : ${{env.GTEST_REF}}
5755
5856 - name : build Gtest
5957 if : steps.cachedgtest.outputs.cache-hit != 'true'
@@ -148,7 +146,6 @@ jobs:
148146 with :
149147 repository : google/googletest
150148 path : googletest
151- ref : ${{env.GTEST_REF}}
152149
153150 - name : build Gtest
154151 if : steps.cachedgtest.outputs.cache-hit != 'true'
@@ -268,7 +265,6 @@ jobs:
268265 with :
269266 repository : google/googletest
270267 path : googletest
271- ref : ${{env.GTEST_REF}}
272268
273269 - name : build Gtest
274270 if : steps.cachedgtest.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments