]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Update to latest commit
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 20 Apr 2022 17:10:22 +0000 (19:10 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Apr 2022 00:09:13 +0000 (09:09 +0900)
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.

.github/workflows/mkosi.yml

index 1700349a91778e4851b3adc9df2f574892740fb7..2a9c913a21807f6007b3bc159262c06381502d1a 100644 (file)
@@ -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