From: Daan De Meyer Date: Wed, 20 Apr 2022 17:10:22 +0000 (+0200) Subject: mkosi: Update to latest commit X-Git-Tag: v251-rc2~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=041456246c1639b8321055c1ffc595847b450ea0;p=thirdparty%2Fsystemd.git mkosi: Update to latest commit We recently added caching for the dependencies we build from source in mkosi's github action which speeds up builds by +-10 minutes. Let's update to the latest commit so we benefit from this in systemd's mkosi CI as well. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 1700349a917..2a9c913a218 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - - uses: systemd/mkosi@0dd39c20a4b3a2fab6efdc54da92bffad7c7b7ca + - uses: systemd/mkosi@93098e2406e12ea7f06f962d4808952b8a06d345 - name: Install run: sudo apt-get update && sudo apt-get install --no-install-recommends python3-pexpect python3-jinja2