We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335b644 commit c93468dCopy full SHA for c93468d
.github/workflows/CI.yml
@@ -4,6 +4,7 @@ env:
4
APP_NAME: project-detector
5
MACOSX_DEPLOYMENT_TARGET: '10.13'
6
CARGO_INCREMENTAL: '1'
7
+ MSVC_ARM64_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat'
8
permissions:
9
contents: write
10
id-token: write
@@ -163,6 +164,7 @@ jobs:
163
164
- name: Build (Windows ARM64)
165
if: ${{ contains(matrix.settings.host, 'ARM') && contains(matrix.settings.host, 'windows') }}
166
run: |
167
+ call "%MSVC_ARM64_PATH%" arm64
168
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
169
${{ matrix.settings.build }}
170
shell: cmd
0 commit comments