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 a831263 commit 256b791Copy full SHA for 256b791
.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: angular/dev-infra/github-actions/setup-wsl@9cc4fc69c644e345ce44169c7cd84e729c8d29bb
+ uses: alan-agius4/dev-infra/github-actions/setup-wsl@2f230f419871ebd15190b68539666a135657acdb
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@f17f843f94b2394c5f71774b786988e767929120
+ uses: alan-agius4/dev-infra/github-actions/bazel/setup@2f230f419871ebd15190b68539666a135657acdb
36
37
cache_dir: ${{steps.init_wsl.outputs.wsl_root_path}}/root/.cache
38
0 commit comments