diff options
author | Luca Boccassi <bluca@debian.org> | 2022-10-10 13:00:46 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-10-10 13:19:41 +0200 |
commit | dcf1bf3b6dd934d3af629a1f9f24e083fce85255 (patch) | |
tree | ae6aff2f43860e1d9c542bbd1a5c4252d7023508 /.github | |
parent | NEWS: make clear we talk about *system* credentials here (diff) | |
download | systemd-dcf1bf3b6dd934d3af629a1f9f24e083fce85255.tar.xz systemd-dcf1bf3b6dd934d3af629a1f9f24e083fce85255.zip |
mkosi: update to latest commit
Require dto fix Debian testing/unstable builds, as the initrd is
versioned
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 bbebd18921..de00078b2a 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: systemd/mkosi@ff0238897d52429d52071ffd0297948c9d6d7e1d + - uses: systemd/mkosi@792cbc60eb2dc4a58d66bb3c212bf92f8d50f6ea - name: Install run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2 |