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 e9d3de1 commit 4115f5dCopy full SHA for 4115f5d
.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@c5dd3ab8a177cd9508ca3fdc5f2d7215a9680a37
36
with:
37
- bazelrc: ${{steps.init_wsl.outputs.repo_path}}/.bazelrc.user
+ bazelrc: ${{steps.init_wsl.outputs.wsl_root_path}}${{steps.init_wsl.outputs.repo_path}}/.bazelrc.user
38
cache_dir: ${{steps.init_wsl.outputs.wsl_root_path}}/root/.cache
39
40
- name: Update permissions for bazelisk and bazel cache (inside WSL)
0 commit comments