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 055e6ff commit ad9f635
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/chocrates/qemu-build:main
steps:
steps:
- uses: actions/checkout@v3
- name: Checkout Qemu
run: |
git clone git://git.proxmox.com/git/pve-qemu.git
Expand All @@ -28,6 +29,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$COMMAND" debian/rules
make clean distclean
make
ls -l

0 comments on commit ad9f635

Please sign in to comment.