diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2021-01-01 15:32:52 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-01-01 16:30:09 +0100 |
commit | a869f5aaa442bd458a038161165dcbb43edd30f0 (patch) | |
tree | 7dae247ae7b86376a8544f4fc3cefb351cba2a49 /.github/workflows | |
parent | man: fix path reference to unit file (diff) | |
download | systemd-a869f5aaa442bd458a038161165dcbb43edd30f0.tar.xz systemd-a869f5aaa442bd458a038161165dcbb43edd30f0.zip |
CI: Update to mkosi github action to v9
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mkosi.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 7c55d7dc1b..0c62a7070c 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -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 |