Commit 2ed5fc4 1 parent ef1d915 commit 2ed5fc4 Copy full SHA for 2ed5fc4
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,10 @@ jobs:
132
132
${{ runner.os }}-${{ env.COMPILER }}-
133
133
- name : build_dependencies
134
134
run : ' ./ci/build_dependencies.sh'
135
- - name : Setup tmate session
136
- uses : mxschmitt/action-tmate@v3
137
- with :
138
- limit-access-to-actor : false
135
+ # - name: Setup tmate session
136
+ # uses: mxschmitt/action-tmate@v3
137
+ # with:
138
+ # limit-access-to-actor: false
139
139
- name : compile and test
140
140
run : ' ./ci/compile_test.sh'
141
141
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ cd ${GITHUB_WORKSPACE}
22
22
export CXX=${COMPILER}
23
23
$CXX --version
24
24
25
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DHUNTER_CONFIGURATION_TYPES=${BUILD_TYPE} -Wdev
25
+ cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DHUNTER_CONFIGURATION_TYPES=${BUILD_TYPE} -DCMAKE_OSX_ARCHITECTURES= ${uname -m} - Wdev
You can’t perform that action at this time.
0 commit comments