Skip to content

Commit

Permalink
try different BAZEL_VC setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Jan 1, 2025
1 parent 63270f6 commit 5afb5ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_tools/ci_utils/src/actions/workflow/definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ pub fn setup_bazel_env() -> Step {
run: Some(
r#"
echo PATH=C:\Program Files\Git\bin;%PATH% >> %GITHUB_ENV%
echo BAZEL_VC=C:\BuildTools\MSBuild\Microsoft\VC >> %GITHUB_ENV%
echo BAZEL_VC=C:\BuildTools\VC >> %GITHUB_ENV%
echo BAZEL_VC_FULL_VERSION=14.39.33519 >> %GITHUB_ENV%
"#
.to_string(),
),
Expand Down

0 comments on commit 5afb5ca

Please sign in to comment.