Skip to content

Commit 70ace47

Browse files
committed
fixup
Signed-off-by: Mark Rossett <[email protected]>
1 parent aecac0b commit 70ace47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ fromJson(
4343
format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-amd"]',
4444
(matrix.hypervisor == 'hyperv-ws2025') && 'Windows' || 'Linux',
45-
matrix.hypervisor == 'hyperv-ws2025' && 'win2025' || 'kvm') }}
45+
matrix.hypervisor == 'hyperv-ws2025' && 'win2025' || 'kvm')) }}
4646
steps:
4747
- uses: actions/checkout@v4
4848

0 commit comments

Comments
 (0)