We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba354d2 commit 7835213Copy full SHA for 7835213
1 file changed
.github/workflows/pip-build.yml
@@ -321,7 +321,7 @@ jobs:
321
env:
322
MSYS2_DIR: C:\msys64_meshlib_mrbind\msys64
323
run: |
324
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64
325
call ./scripts/mrbind/generate_win.bat -B --trace FOR_WHEEL=1
326
327
- name: Run Test
0 commit comments