From: Daan De Meyer Date: Mon, 31 Mar 2025 12:49:23 +0000 (+0200) Subject: ci: Show summary X-Git-Tag: v26~285^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58980cd318cef4f47509013c8518b3606ecb8bf6;p=thirdparty%2Fmkosi.git ci: Show summary --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13d0703da..e82473b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -203,6 +203,9 @@ jobs: chmod +x "mkosi.${script}" done + - name: Summary + run: sudo mkosi summary + - name: Build tools tree run: sudo mkosi -f sandbox -- true