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 f30d5d1 commit a831263Copy full SHA for a831263
.github/shared-actions/windows-bazel-test/action.yml
@@ -34,7 +34,7 @@ runs:
34
- name: Setup Bazel
35
uses: alan-agius4/dev-infra/github-actions/bazel/setup@f17f843f94b2394c5f71774b786988e767929120
36
with:
37
- cache_dir: ${{steps.init_wsl.outputs.wsl_root_path}}/.cache
+ cache_dir: ${{steps.init_wsl.outputs.wsl_root_path}}/root/.cache
38
39
- name: Build test binary for Windows (inside WSL)
40
shell: wsl-bash {0}
0 commit comments