Skip to content

Commit

Permalink
ci: configure Windows ARM runner
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Sep 18, 2024
1 parent 5707231 commit b19c8ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,12 @@ jobs:
# We need to add the NASM binary folder to the PATH manually.
Write-Output "$Env:ProgramFiles\NASM" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Configure Windows (arm) runner
if: runner.os == 'Windows' && matrix.arch == 'arm64'
shell: pwsh
run: |
rustup target add aarch64-pc-windows-msvc
- name: Add msbuild to PATH
if: matrix.os == 'windows'
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit b19c8ec

Please sign in to comment.