Skip to content

Commit 7d04dd0

Browse files
committed
More action fixes for OS X arm64
1 parent 14a83b6 commit 7d04dd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
cmake -B target/build/jni/ \
7575
-G "Unix Makefiles" \
7676
-D CMAKE_PREFIX_PATH=target/ \
77+
-D CMAKE_SYSTEM_NAME=darwin \
78+
-D CMAKE_SYSTEM_PROCESSOR=arm64 \
7779
-D CMAKE_VERBOSE_MAKEFILE=ON
7880
7981
cmake --build target/build/jni/ \
@@ -130,6 +132,8 @@ jobs:
130132
cmake -B target/build/jni/ \
131133
-G "Unix Makefiles" \
132134
-D CMAKE_PREFIX_PATH=target/ \
135+
-D CMAKE_SYSTEM_NAME=darwin \
136+
-D CMAKE_SYSTEM_PROCESSOR=x86_64 \
133137
-D CMAKE_VERBOSE_MAKEFILE=ON
134138
135139
cmake --build target/build/jni/ \

0 commit comments

Comments
 (0)