Skip to content

Commit 2ed5fc4

Browse files
committed
hopefully fix arm64 on osx
1 parent ef1d915 commit 2ed5fc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ jobs:
132132
${{ runner.os }}-${{ env.COMPILER }}-
133133
- name: build_dependencies
134134
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
139139
- name: compile and test
140140
run: './ci/compile_test.sh'
141141

ci/build_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cd ${GITHUB_WORKSPACE}
2222
export CXX=${COMPILER}
2323
$CXX --version
2424

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

0 commit comments

Comments
 (0)