Skip to content

Commit ca998c5

Browse files
committed
try it without config.cmake change
1 parent 3a5c18f commit ca998c5

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ jobs:
130130
restore-keys: |
131131
${{ runner.os }}-${{ env.COMPILER }}-${{ env.BUILD_TYPE }}-
132132
${{ runner.os }}-${{ env.COMPILER }}-
133-
- name: Setup tmate session
134-
uses: mxschmitt/action-tmate@v3
135-
with:
136-
limit-access-to-actor: false
133+
# - name: Setup tmate session
134+
# uses: mxschmitt/action-tmate@v3
135+
# with:
136+
# limit-access-to-actor: false
137137
- name: build_dependencies
138138
run: './ci/build_dependencies.sh'
139139
- name: compile and test

cmake/Hunter/config.cmake

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ hunter_config(Boost
1818
endif()
1919

2020
hunter_config(Eigen VERSION 3.4.0)
21-
hunter_config(GTest
22-
VERSION 1.11.0
23-
CMAKE_ARGS "CMAKE_OSX_ARCHITECTURES=arm64" # Necessary for OSX on arm64
24-
)
21+
hunter_config(GTest VERSION 1.11.0)

0 commit comments

Comments
 (0)