Skip to content

Commit

Permalink
specify kernel path, install qemu-system
Browse files Browse the repository at this point in the history
Signed-off-by: Zen <[email protected]>
  • Loading branch information
desultory committed Jul 21, 2024
1 parent 1a3b8ee commit 5d1ec08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install system deps
run: |
sudo apt update
sudo apt install -y pax-utils
sudo apt install -y pax-utils qemu-system-x86
- name: Install python deps
run: |
python -m venv venv
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Test fullauto.toml
run: |
ls /boot
sudo venv/bin/ugrd -c tests/fullauto.toml
sudo venv/bin/ugrd -c tests/fullauto.toml --test-kernel /boot/vmlinuz-6.5.0-1023-azure

0 comments on commit 5d1ec08

Please sign in to comment.