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/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/codeql-analysis.yml') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 952185b8a..e1353aa86 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -91,6 +91,9 @@ jobs: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - name: print env + run: ./ci/printenv.sh + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 -- cgit v1.2.3-70-g09d2