Skip to content

Commit 702e5b2

Browse files
committed
fix build fail with arm64
1 parent c7e1f7c commit 702e5b2

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
run: |
9393
mkdir build
9494
cd build
95-
cmake ..
96-
cmake --build . --config Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
95+
cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
96+
cmake --build . --config Release
9797
9898
- name: Get commit hash
9999
id: commit

.idea/workspace.xml

+13-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)