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 aecac0b commit 70ace47Copy full SHA for 70ace47
.github/workflows/dep_rust.yml
@@ -42,7 +42,7 @@ jobs:
42
runs-on: ${{ fromJson(
43
format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-amd"]',
44
(matrix.hypervisor == 'hyperv-ws2025') && 'Windows' || 'Linux',
45
- matrix.hypervisor == 'hyperv-ws2025' && 'win2025' || 'kvm') }}
+ matrix.hypervisor == 'hyperv-ws2025' && 'win2025' || 'kvm')) }}
46
steps:
47
- uses: actions/checkout@v4
48
0 commit comments