Skip to content

Commit 6dc1e25

Browse files
committed
retrigger ci
1 parent 6f397cf commit 6dc1e25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dep_rust.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ jobs:
4343
# TODO: clean this up after testing by tagging wsl runners with 'hld-wsl-kvm' instead of just 'wsl'
4444
runs-on: ${{ fromJson(
4545
format('["self-hosted", "{0}", "X64", "{1}"]',
46-
matrix.hypervisor == 'hyperv' && 'Windows' ||
47-
matrix.hypervisor == 'wsl' && 'Linux' ||
48-
'Linux',
46+
matrix.hypervisor == 'hyperv' && 'Windows' || 'Linux',
4947
matrix.hypervisor == 'hyperv' && '1ES.Pool=hld-win2022-{0}' ||
5048
matrix.hypervisor == 'mshv3' && '1ES.Pool=hld-azlinux3-mshv-{0}' ||
5149
matrix.hypervisor == 'wsl' && 'wsl' ||
5250
format('1ES.Pool=hld-{0}-{1}', matrix.hypervisor, matrix.cpu),
5351
matrix.cpu)) }}
52+
5453
steps:
5554
- uses: actions/checkout@v4
5655

0 commit comments

Comments
 (0)