1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 01:52:32 +01:00

Restore arm64 MSVC builds in CI for upcoming release (#19550)

This commit is contained in:
Michał Janiszewski
2023-03-03 23:48:31 +01:00
committed by GitHub
parent a85cf57bc8
commit 07132b60dc

View File

@@ -65,7 +65,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [win32, x64] platform: [win32, x64, arm64]
env: env:
CONFIGURATION: Release CONFIGURATION: Release
PLATFORM: ${{ matrix.platform }} PLATFORM: ${{ matrix.platform }}