From 7f0deaea0a7bd5128f5a961dcaa0758e67c4e000 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sun, 29 Oct 2023 15:16:14 -0300 Subject: ci: run printenv.sh on codespell.yml It's the only workflow missing it. See commit 339d395fb ("ci: print env-related settings in each job", 2023-04-22) / PR #5802. --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3da4411cc..9c4d495e9 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -38,6 +38,8 @@ jobs: run: sudo apt-get update -qy - name: install dependencies run: sudo apt-get install -qy codespell + - name: print env + run: ./ci/printenv.sh - name: configure run: ./configure || (cat config.log; exit 1) - run: codespell --version -- cgit v1.2.3-54-g00ecf