Commit ca998c5 1 parent 3a5c18f commit ca998c5 Copy full SHA for ca998c5
File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ jobs:
130
130
restore-keys : |
131
131
${{ runner.os }}-${{ env.COMPILER }}-${{ env.BUILD_TYPE }}-
132
132
${{ 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
137
137
- name : build_dependencies
138
138
run : ' ./ci/build_dependencies.sh'
139
139
- name : compile and test
Original file line number Diff line number Diff line change @@ -18,7 +18,4 @@ hunter_config(Boost
18
18
endif ()
19
19
20
20
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)
You can’t perform that action at this time.
0 commit comments