Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh committed Mar 6, 2024
1 parent f165e9c commit 5424214
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build pve-qemu
on:
workflow_dispatch:

Expand Down Expand Up @@ -31,6 +32,7 @@ jobs:
mk-build-deps --install
COMMAND=$(echo "mv ../qemu-bypass.8.1.2.patch . && patch -p1 < qemu-bypass.8.1.2.patch")
sed -i "/# guest-agent is only required for guest systems/i\t\t$COMMAND" debian/rules
cat debian/rules
make clean distclean
make
ls -l

0 comments on commit 5424214

Please sign in to comment.