CI: Update to mkosi github action to v9

This commit is contained in:
Daan De Meyer 2021-01-01 15:32:52 +01:00 committed by Luca Boccassi
parent 0215f04a7e
commit a869f5aaa4
1 changed files with 2 additions and 5 deletions

View File

@ -24,13 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: systemd/mkosi@v8
- uses: systemd/mkosi@v9
- name: Install
run: sudo apt-get update && sudo apt-get install --no-install-recommends
ovmf
python3-pexpect
qemu-system-x86-64
run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect
- name: Build ${{ matrix.distro }}
run: sudo python3 -m mkosi --default .mkosi/mkosi.${{ matrix.distro }} --password= --qemu-headless build