38 lines
1.7 KiB
Diff
38 lines
1.7 KiB
Diff
From 343229e6a33f4334e1bc30a24137c5ae6c5e9aec Mon Sep 17 00:00:00 2001
|
|
From: Daan De Meyer <daan.j.demeyer@gmail.com>
|
|
Date: Fri, 17 Jan 2025 15:12:46 +0100
|
|
Subject: [PATCH] mkosi: Update to latest
|
|
|
|
(cherry picked from commit 685666afd824a28c38ae7ee68c8891b03cb122de)
|
|
---
|
|
.github/workflows/coverage.yml | 2 +-
|
|
.github/workflows/mkosi.yml | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
|
|
index ac4cec40a6..2bb9be7d7a 100644
|
|
--- a/.github/workflows/coverage.yml
|
|
+++ b/.github/workflows/coverage.yml
|
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
|
steps:
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
- - uses: systemd/mkosi@c1ae257e270e768088eadf7b44fbbbb48c575709
|
|
+ - uses: systemd/mkosi@00db6f1a12fb04ed9f837b40ff34f82fab4d4a03
|
|
|
|
# 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
|
|
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
|
|
index 6f87b76a6c..e91f41db53 100644
|
|
--- a/.github/workflows/mkosi.yml
|
|
+++ b/.github/workflows/mkosi.yml
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
|
|
steps:
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
|
- - uses: systemd/mkosi@c1ae257e270e768088eadf7b44fbbbb48c575709
|
|
+ - uses: systemd/mkosi@00db6f1a12fb04ed9f837b40ff34f82fab4d4a03
|
|
|
|
# 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
|