From bf0eee35f9b5b1b8013d2e138ea13066f6686eb4 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 2 Jul 2026 22:57:55 +0100 Subject: [PATCH] Fix. --- .github/workflows/regress.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 3d4625847..aaaf54067 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -67,11 +67,11 @@ 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: |