Skip to content

Commit 9f8d2d7

Browse files
committed
TEMP: add a CI job running against the update-pluralization GAP branch
1 parent c5322a9 commit 9f8d2d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- v4.14
3131
- v4.13
3232
- v4.12
33+
- further-pluralization
3334
mode:
3435
- onlyneeded
3536
- default
@@ -54,9 +55,16 @@ jobs:
5455
- name: Output g++ version . . .
5556
run: g++ --version
5657
- name: "Install GAP . . ."
58+
if: ${{ matrix.gap-version != 'further-pluralization' }}
5759
uses: gap-actions/setup-gap@v3
5860
with:
5961
gap-version: ${{ matrix.gap-version }}
62+
- name: "Install GAP . . ."
63+
if: ${{ matrix.gap-version == 'further-pluralization' }}
64+
uses: gap-actions/setup-gap@v3
65+
with:
66+
gap-version: ${{ matrix.gap-version }}
67+
repository: wilfwilson/gap
6068
- name: "Build Digraphs . . ."
6169
uses: gap-actions/build-pkg@v2
6270
- name: "Clone additional GAP packages . . ."

0 commit comments

Comments
 (0)