Skip to content

Commit 9d423c6

Browse files
committed
use feature mshv2 not mshv
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 395ab84 commit 9d423c6

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
@@ -133,7 +133,7 @@ jobs:
133133
just test-rust ${{ matrix.config }}
134134
135135
# with only one driver enabled (driver mshv/kvm feature is ignored on windows) + seccomp + inprocess
136-
just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'hyperv' && 'mshv' || 'kvm' }}
136+
just test-rust ${{ matrix.config }} inprocess,seccomp,${{ matrix.hypervisor == 'hyperv' && 'mshv2' || 'kvm' }}
137137
138138
# without any driver (shouldn't compile)
139139
just test-rust-feature-compilation-fail ${{ matrix.config }}

0 commit comments

Comments
 (0)