24 lines
987 B
Diff
24 lines
987 B
Diff
|
From d89c99c7ad165fa2471e1c5c1a3bdedab0818da9 Mon Sep 17 00:00:00 2001
|
||
|
From: Luca Boccassi <bluca@debian.org>
|
||
|
Date: Mon, 17 Jun 2024 15:40:10 +0100
|
||
|
Subject: [PATCH] mkosi: bump to latest
|
||
|
|
||
|
(cherry picked from commit 3001339dc5b3faf8f8edee4c07b14a4abdf3d66f)
|
||
|
---
|
||
|
.github/workflows/mkosi.yml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
|
||
|
index 62efd367cb..3a8dabd95c 100644
|
||
|
--- a/.github/workflows/mkosi.yml
|
||
|
+++ b/.github/workflows/mkosi.yml
|
||
|
@@ -92,7 +92,7 @@ jobs:
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
||
|
- - uses: systemd/mkosi@0081ea66faf56a35353d6aeadfe42f9679c7d1cf
|
||
|
+ - uses: systemd/mkosi@6972f9efba5c8472d990be3783b7e7dbf76e109e
|
||
|
|
||
|
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
|
||
|
# immediately, we remove the files in the background. However, we first move them to a different location
|