From 894b1456a8f80c508bacb31213139090cd232dbd Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 12 Aug 2023 20:14:49 -0300 Subject: ci: run ./configure in codespell Since it runs through make, the target may depend on variables that are defined by ./configure (such as the ones in config.mk). --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index aab0674ec..19ae6f34d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -33,6 +33,8 @@ jobs: run: sudo apt-get update -qy - name: install dependencies run: sudo apt-get install -qy codespell + - name: configure + run: ./configure || (cat config.log; exit 1) - run: codespell --version - name: codespell run: make codespell -- cgit v1.2.3-70-g09d2