Skip to content

Commit

Permalink
Merge pull request #5817 from BOINC/vko_fix_win_cmake_arm64_build
Browse files Browse the repository at this point in the history
[ci] fix windows cmake build
  • Loading branch information
AenBleidd committed Sep 24, 2024
2 parents 5976f27 + a167f26 commit 1e5d6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
type: [libs-cmake, msbuild]
platform: [x64, ARM64]
platform: [x64, arm64]
configuration: [Release]
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions deploy/prepare_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@
'parts/boinc/build/3rdParty/linux/vcpkg/buildtrees/*.log',
'android/BOINC/app/build/reports/',
'mac_build/xcodebuild_*.log',
'build/*.log',
]

def prepare_7z_archive(archive_name, target_directory, files_list):
Expand Down

0 comments on commit 1e5d6fa

Please sign in to comment.