Skip to content

Commit

Permalink
[Fix] build: CI: AppVeyor: Fix 32bit arm build.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21575 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 9, 2024
1 parent aac1327 commit e6e3c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ environment:
MPT_APPVEYOR_TARGET: win10
MPT_APPVEYOR_ARCH: amd64
MPT_APPVEYOR_ARCH_CONFIG: x64
- job_name: VS2022 Win10 arm
- job_name: VS2022 Win8 arm
job_group: Builds
MPT_APPVEYOR_VS: vs2022
MPT_APPVEYOR_TARGET: win10
MPT_APPVEYOR_TARGET: win8
MPT_APPVEYOR_ARCH: arm
MPT_APPVEYOR_ARCH_CONFIG: ARM
- job_name: VS2022 Win10 arm64
Expand Down

0 comments on commit e6e3c9b

Please sign in to comment.