Skip to content

Commit 591b381

Browse files
committed
asd
1 parent b245d65 commit 591b381

File tree

1 file changed

+3
-3
lines changed
  • .github/shared-actions/windows-bazel-test

1 file changed

+3
-3
lines changed

.github/shared-actions/windows-bazel-test/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Initialize WSL
2020
id: init_wsl
21-
uses: alan-agius4/dev-infra/github-actions/setup-wsl@23702f4481c98b9153b560fb183054ac6bee8aab
21+
uses: alan-agius4/dev-infra/github-actions/setup-wsl@8d3488198613c56f4760efdf8e53d4700afd4af8
2222
with:
2323
wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))'
2424

@@ -32,10 +32,10 @@ runs:
3232
shell: wsl-bash {0}
3333

3434
- name: Setup Bazel (inside WSL)
35-
uses: alan-agius4/dev-infra/github-actions/bazel/setup@23702f4481c98b9153b560fb183054ac6bee8aab
35+
uses: alan-agius4/dev-infra/github-actions/bazel/setup@8d3488198613c56f4760efdf8e53d4700afd4af8
3636

3737
- name: Setup Bazel RBE (inside WSL)
38-
uses: alan-agius4/dev-infra/github-actions/bazel/configure-remote@23702f4481c98b9153b560fb183054ac6bee8aab
38+
uses: alan-agius4/dev-infra/github-actions/bazel/configure-remote@8d3488198613c56f4760efdf8e53d4700afd4af8
3939

4040
- name: Build test binary for Windows (inside WSL)
4141
shell: wsl-bash {0}

0 commit comments

Comments
 (0)