Skip to content

Commit c4d583a

Browse files
committed
Merge branch 'stable-5.5'
2 parents 92ce570 + fdf51ef commit c4d583a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/extended.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
uses: gap-actions/setup-gap@v3
7171
with:
7272
gap-version: ${{ matrix.gap-version }}
73-
env:
74-
ABI: ${{ matrix.ABI }}
73+
env:
74+
ABI: ${{ matrix.ABI }}
7575
- name: "Build necessary GAP packages"
7676
shell: bash
7777
env:
@@ -82,9 +82,9 @@ jobs:
8282
- name: "Build Semigroups"
8383
uses: gap-actions/build-pkg@v2
8484
with:
85-
env:
86-
ABI: ${{ matrix.ABI }}
8785
CONFIGFLAGS: --disable-hpcombi
86+
env:
87+
ABI: ${{ matrix.ABI }}
8888
- name: "Run GAP's tst/teststandard.g"
8989
uses: gap-actions/run-pkg-tests@v4
9090
with:

0 commit comments

Comments
 (0)