diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-01-03 13:07:21 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2022-01-03 13:56:22 +0100 |
commit | 3fd864aea7f2ced2fab108dcae16173d3e2a115b (patch) | |
tree | 94f00388c190c41eced3e8a14ca35caa13cf1ebf /.github | |
parent | Merge pull request #21960 from medhefgo/boot-gap (diff) | |
download | systemd-3fd864aea7f2ced2fab108dcae16173d3e2a115b.tar.xz systemd-3fd864aea7f2ced2fab108dcae16173d3e2a115b.zip |
ci: bump mkosi to v12 with libsolv workaround
Replaces: https://github.com/systemd/systemd/pull/21574
Related:
* https://github.com/systemd/mkosi/issues/861
* https://github.com/systemd/mkosi/pull/878
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 8fd6c72e26..e4b2d91ba6 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - - uses: systemd/mkosi@4d64fc8134f93d87ac584183e7762ac1d0efa0e5 + - uses: systemd/mkosi@01ea953fd2af738f974b228991c768c12b50db95 - name: Install run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2 |