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 5424214 commit 49e1c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
cd pve-qemu
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
COMMAND=$(echo "\t\tmv ../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$COMMAND" debian/rules
cat debian/rules
make clean distclean
make
Expand Down

0 comments on commit 49e1c95

Please sign in to comment.