There was an error while loading. Please reload this page.
1 parent 6cd0bb2 commit 7b9bb06Copy full SHA for 7b9bb06
1 file changed
.github/workflows/windows.yml
@@ -64,7 +64,10 @@ jobs:
64
65
- name: Run bazel for Mayhem package
66
run: |
67
- set BAZEL_VC="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC"
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
68
+ set "BAZEL_VS=C:\Program Files\Microsoft Visual Studio\2022\Enterprise"
69
+ set "BAZEL_VC=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC"
70
+ bazel --version
71
bazel run //mayhem:run_test_calculator_package
72
shell: cmd
73
env:
0 commit comments