Skip to content

Commit

Permalink
feat: add arm64 windows build
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock committed Nov 23, 2024
1 parent 1ea8fb9 commit 6b6a6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- os: windows-2019
arch: x86
build: win
- os: windows-2022
arch: ARM64
build: win
- os: macos-13
arch: x86_64
build: macos
Expand Down
1 change: 1 addition & 0 deletions cmake/vcpkg/ports/cppcheck/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ vcpkg_check_features(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DDISABLE_DMAKE=ON
${FEATURE_OPTIONS}
)

Expand Down

0 comments on commit 6b6a6ef

Please sign in to comment.