mirror of
https://github.com/systemd/systemd.git
synced 2024-12-12 19:53:55 +08:00
CI: Update to mkosi github action to v9
This commit is contained in:
parent
0215f04a7e
commit
a869f5aaa4
7
.github/workflows/mkosi.yml
vendored
7
.github/workflows/mkosi.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user