From 1e041e12c9aa0238e50df6b3ca7d22803b00977c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Apr 2026 13:26:48 +0200 Subject: [PATCH] CI: use configflags instead of CONFIGFLAGS See https://github.com/gap-actions/build-pkg/pull/32 --- .github/workflows/config_options.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config_options.yml b/.github/workflows/config_options.yml index f6b79ca16..6f18322b7 100644 --- a/.github/workflows/config_options.yml +++ b/.github/workflows/config_options.yml @@ -69,7 +69,7 @@ jobs: - name: Build Digraphs . . . uses: gap-actions/build-pkg@v3 with: - CONFIGFLAGS: ${{ matrix.bliss }} ${{ matrix.planarity }} + configflags: ${{ matrix.bliss }} ${{ matrix.planarity }} coverage: false - name: Run Digraphs package's tst/teststandard.g . . . uses: gap-actions/run-pkg-tests@v4 @@ -117,7 +117,7 @@ jobs: - name: Build Digraphs . . . uses: gap-actions/build-pkg@v3 with: - CONFIGFLAGS: ${{ matrix.debug }} ${{ matrix.without-intrinsics }} ${{ matrix.warnings && '--enable-compile-warnings WARNING_CXXFLAGS="-Werror" WARNING_CFLAGS="-Werror"' || '' }} + configflags: ${{ matrix.debug }} ${{ matrix.without-intrinsics }} ${{ matrix.warnings && '--enable-compile-warnings WARNING_CXXFLAGS="-Werror" WARNING_CFLAGS="-Werror"' || '' }} coverage: false - name: Run Digraphs package's tst/teststandard.g . . . uses: gap-actions/run-pkg-tests@v4