diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-04-24 13:21:21 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-04-24 20:08:51 +0200 |
commit | 13d9669980cf3ec19e036d1d99e6b5b60f0695a7 (patch) | |
tree | fc20c47e1179020b9bb47f01b50857d6f9ac445e /.github | |
parent | nspawn: Don't follow /etc/resolv.conf symlinks (diff) | |
download | systemd-13d9669980cf3ec19e036d1d99e6b5b60f0695a7.tar.xz systemd-13d9669980cf3ec19e036d1d99e6b5b60f0695a7.zip |
mkosi: Update to latest
This pulls in a fix for Debian rpmdb locations, which results in a
substantial speedup for centos/fedora builds.
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 7e82b63abe..91bab5e248 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: systemd/mkosi@0900374cd1f2cc0b1b3367662360faa15542127e + - uses: systemd/mkosi@54f80aa8f687ed4d1759f0a7329c64c3f0ff70ad - name: Configure run: | |