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