Skip to content

Commit 3c139aa

Browse files
committed
Adds arm64 build target in cmake.yml
1 parent 712f87a commit 3c139aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ ubuntu-latest, macos-latest ]
21-
arch: [ '' ]
21+
arch: [ x64, arm64 ]
2222
include:
2323
- os: windows-latest
2424
arch: Win32

0 commit comments

Comments
 (0)