Try fixing the MSVC path for windows_ci workflow once more.

PiperOrigin-RevId: 629436690
This commit is contained in:
jax authors 2024-04-30 09:25:36 -07:00
parent eeca8d81b9
commit e680c495a2

View File

@ -41,7 +41,7 @@ jobs:
- name: Build wheels
env:
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\Enterprise\\VC"
BAZEL_VC: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC"
JAXLIB_NIGHTLY: true # Tag the wheels as dev versions
run: |
cd jax