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 ce60239 commit 81cae49Copy full SHA for 81cae49
.github/shared-actions/windows-bazel-test/action.yml
@@ -18,7 +18,7 @@ runs:
18
steps:
19
- name: Initialize WSL
20
id: init_wsl
21
- uses: alan-agius4/dev-infra/github-actions/setup-wsl@3e7fe5624b4dc194c021fda4b559462e183dec9c
+ uses: alan-agius4/dev-infra/github-actions/setup-wsl@0734fe78b6f85ce265eae3e2e6c5ec781b31c3a5
22
with:
23
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
24
@@ -32,7 +32,7 @@ runs:
32
shell: wsl-bash {0}
33
34
- name: Setup Bazel
35
- uses: alan-agius4/dev-infra/github-actions/bazel/setup@3e7fe5624b4dc194c021fda4b559462e183dec9c
+ uses: alan-agius4/dev-infra/github-actions/bazel/setup@0734fe78b6f85ce265eae3e2e6c5ec781b31c3a5
36
37
cache_dir: ${{steps.init_wsl.outputs.wsl_root_path}}/root/.cache
38
0 commit comments