Skip to content

Commit

Permalink
avoid space in envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Jan 8, 2025
1 parent 96ea88b commit 25debbb
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/engine-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/engine-checks-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -502,7 +502,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -636,7 +636,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -707,7 +707,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -776,7 +776,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -846,7 +846,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -916,7 +916,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/engine-checks-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/engine-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extra-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ide-packaging-optional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
steps:
- if: runner.os == 'Windows'
name: Setup required bazel environment
run: "\necho BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe >> %GITHUB_ENV%\necho BAZEL_VC=C:\\BuildTools\\VC >> %GITHUB_ENV%\n "
run: "\necho \"BAZEL_SH=C:\\Program Files\\Git\\bin\\bash.exe\" >> %GITHUB_ENV%\necho \"BAZEL_VC=C:\\BuildTools\\VC\" >> %GITHUB_ENV%\n "
shell: cmd
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
Expand Down
Loading

0 comments on commit 25debbb

Please sign in to comment.