Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagico2 authored Jul 26, 2024
1 parent 5b1861c commit 53e18ab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
arch: [ x64 ]
include:
- os: windows-latest
arch: x86
- os: windows-latest
arch: ARM64
arch: [ arm64 ]
runs-on: ${{ matrix.os }}

permissions:
Expand All @@ -39,7 +34,7 @@ jobs:
run: |
if ("${{matrix.arch}}" -eq "x64") {
$msbuildPlatform = "x64"
} elif ("${{matrix.arch}}" -eq "ARM64") {
} elif ("${{matrix.arch}}" -eq "arm64") {
$msbuildPlatform = "ARM64"
} else {
$msbuildPlatform = "Win32"
Expand Down

0 comments on commit 53e18ab

Please sign in to comment.