Skip to content

Commit c93468d

Browse files
committed
ci: fix: ci
1 parent 335b644 commit c93468d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
APP_NAME: project-detector
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
66
CARGO_INCREMENTAL: '1'
7+
MSVC_ARM64_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat'
78
permissions:
89
contents: write
910
id-token: write
@@ -163,6 +164,7 @@ jobs:
163164
- name: Build (Windows ARM64)
164165
if: ${{ contains(matrix.settings.host, 'ARM') && contains(matrix.settings.host, 'windows') }}
165166
run: |
167+
call "%MSVC_ARM64_PATH%" arm64
166168
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
167169
${{ matrix.settings.build }}
168170
shell: cmd

0 commit comments

Comments
 (0)