From 339d395fbdceabc6b8f70116823abcae5e1e18d5 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 22 Apr 2023 18:10:05 -0300 Subject: ci: print env-related settings in each job To make debugging easier. Use a separate shell script instead of just a make target to ensure that it can safely run before ./configure and without having make installed. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4af788044..b72bdd611 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,6 +68,8 @@ jobs: sudo apt-get install gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois bridge-utils + - name: print env + run: ./ci/printenv.sh - name: configure run: > CC=gcc-12 ./configure --prefix=/usr --enable-fatal-warnings -- cgit v1.2.3-70-g09d2