From 352b1173c8c258bd33d652e157627239d00c50af Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Jul 2026 22:59:23 +0100 Subject: [PATCH] Fix. --- .github/workflows/regress.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index aaaf54067..ce5b0d761 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -67,13 +67,13 @@ jobs: pkg-config - name: build - run: | - sh autogen.sh - ./configure ${{ matrix.configure }} - export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0" - ${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)" + run: | + sh autogen.sh + ./configure ${{ matrix.configure }} + export ASAN_OPTIONS="abort_on_error=1:detect_leaks=0" + ${{ matrix.make }} -j"$(getconf _NPROCESSORS_ONLN)" - name: test - run: | - cd regress - ${{ matrix.make }} + run: | + cd regress + ${{ matrix.make }}