Skip to content

Commit 3d29886

Browse files
committed
Un-pin the gtest checkout and see what happens
1 parent d4701c2 commit 3d29886

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
env:
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

@@ -53,7 +52,6 @@ jobs:
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'

0 commit comments

Comments
 (0)