Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/config_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
cd ${GAPROOT}/pkg
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
- name: Build Digraphs . . .
uses: gap-actions/build-pkg@v2
uses: gap-actions/build-pkg@v3
with:
CONFIGFLAGS: ${{ matrix.bliss }} ${{ matrix.planarity }}
coverage: false
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
cd ${GAPROOT}/pkg
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
- name: Build Digraphs . . .
uses: gap-actions/build-pkg@v2
uses: gap-actions/build-pkg@v3
with:
CONFIGFLAGS: ${{ matrix.debug }} ${{ matrix.without-intrinsics }} ${{ matrix.warnings && '--enable-compile-warnings WARNING_CXXFLAGS="-Werror" WARNING_CFLAGS="-Werror"' || '' }}
coverage: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
cd ${GAPROOT}/pkg
../bin/BuildPackages.sh --strict ${{ matrix.pkgs-to-build }}
- name: Build Digraphs . . .
uses: gap-actions/build-pkg@v2
uses: gap-actions/build-pkg@v3
env:
ABI: ${{ matrix.ABI }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
gap-version: ${{ matrix.gap-version }}
- name: "Build Digraphs . . ."
uses: gap-actions/build-pkg@v2
uses: gap-actions/build-pkg@v3
- name: "Clone additional GAP packages . . ."
run: |
for PKG in ${{ matrix.pkgs-to-clone }}; do
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cd ${GAPROOT}/pkg
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
- name: "Build Digraphs . . ."
uses: gap-actions/build-pkg@v2
uses: gap-actions/build-pkg@v3
- name: "Run DigraphsTestInstall . . ."
uses: gap-actions/run-pkg-tests@v4
with:
Expand Down
Loading