From 9cc018fa93860b98e6fc095046facd60fa384034 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 6 Mar 2023 16:51:53 +0100 Subject: mkosi: Update to latest Latest version builds nspawn from source which hopefully gets rid of the spurious "Connection timed out" errors we've been seeing in CI. --- .github/workflows/mkosi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 4d6f86cc76..7203a19c90 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - - uses: systemd/mkosi@d13ff85610c6fb01a2fff0a8187729ebe4a05595 + - uses: systemd/mkosi@c1924942d0daa64c4e546cda5616f6da6963def5 - name: Configure run: | -- cgit v1.2.1