From: Daan De Meyer Date: Mon, 29 Jul 2024 18:16:55 +0000 (+0200) Subject: action: Show environment X-Git-Tag: v24.3~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2927%2Fhead;p=thirdparty%2Fmkosi.git action: Show environment --- diff --git a/action.yaml b/action.yaml index 28905a40f..64489d1c0 100644 --- a/action.yaml +++ b/action.yaml @@ -36,6 +36,10 @@ runs: shell: bash run: cat /sys/devices/system/clocksource/clocksource0/current_clocksource + - name: Show environment + shell: bash + run: env + - name: Enable unprivileged user namespaces shell: bash run: |