Skip to content

Commit

Permalink
fix build fail with arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Dec 11, 2023
1 parent c7e1f7c commit 702e5b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake --build . --config Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
cmake .. -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
cmake --build . --config Release
- name: Get commit hash
id: commit
Expand Down
18 changes: 13 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 702e5b2

Please sign in to comment.