Skip to content

Commit bdd6322

Browse files
committed
no need for vcvarsarm
1 parent d3b5714 commit bdd6322

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,7 @@ jobs:
8181
echo CIBW_ENVIRONMENT_WINDOWS=$env:CIBW_ENVIRONMENT_WINDOWS
8282
8383
- name: Build
84-
shell: cmd
8584
run: |
86-
if "${{ matrix.plat }}" == "arm64" (
87-
echo Setting up ARM64 Developer Command Prompt
88-
CALL "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsarm64.bat"
89-
if errorlevel 1 exit /b 1
90-
PATH=C:\Program Files\LLVM\bin;%PATH%
91-
)
9285
git submodule update --init --recursive
9386
%BASH_PATH% -lc tools/build_steps_windows.sh
9487

0 commit comments

Comments
 (0)