diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-04-20 19:10:22 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-22 02:09:13 +0200 |
commit | 041456246c1639b8321055c1ffc595847b450ea0 (patch) | |
tree | 6180adeb81674f5533fbb16fd7e349b693b495c4 /.github/workflows/mkosi.yml | |
parent | oss-fuzz: turn off fuzz-introspector (diff) | |
download | systemd-041456246c1639b8321055c1ffc595847b450ea0.tar.xz systemd-041456246c1639b8321055c1ffc595847b450ea0.zip |
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.
Diffstat (limited to '')
-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 1700349a91..2a9c913a21 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 |