Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
bmastbergen committed Feb 5, 2025
1 parent 7544452 commit 5823c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-check_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
cp configs/kernel-5.14.0-x86_64.config .config
make olddefconfig
make -j8
vng --qemu /usr/libexec/qemu-kvm --disable-microvm --disable-kvm --network user -- uname -a
vng --qemu /usr/libexec/qemu-kvm --disable-microvm --disable-kvm --qemu-opts="-cpu host" --network user -- uname -a

0 comments on commit 5823c46

Please sign in to comment.