Skip to content

Commit 64a5525

Browse files
committed
Merge branch 'stable-5.5'
2 parents c4d583a + c1d1a34 commit 64a5525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/extended.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
uses: gap-actions/build-pkg@v2
8484
with:
8585
CONFIGFLAGS: --disable-hpcombi
86+
ABI: ${{ matrix.ABI }}
8687
env:
8788
ABI: ${{ matrix.ABI }}
8889
- name: "Run GAP's tst/teststandard.g"

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: gap-actions/setup-gap@v3
3939
- uses: gap-actions/build-pkg-docs@v2
4040
- name: "Upload compiled manuals"
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: "Semigroups manual"
4444
retention-days: 7

0 commit comments

Comments
 (0)