We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1604e8 commit 9591945Copy full SHA for 9591945
.github/workflows/ubuntu.yml
@@ -30,6 +30,7 @@ jobs:
30
- v4.14
31
- v4.13
32
- v4.12
33
+ - further-pluralization
34
mode:
35
- onlyneeded
36
- default
@@ -51,9 +52,16 @@ jobs:
51
52
- name: Output g++ version . . .
53
run: g++ --version
54
- name: "Install GAP . . ."
55
+ if: ${{ matrix.gap-version != 'further-pluralization' }}
56
uses: gap-actions/setup-gap@v3
57
with:
58
gap-version: ${{ matrix.gap-version }}
59
+ - name: "Install GAP . . ."
60
+ if: ${{ matrix.gap-version == 'further-pluralization' }}
61
+ uses: gap-actions/setup-gap@v3
62
+ with:
63
+ gap-version: ${{ matrix.gap-version }}
64
+ repository: wilfwilson/gap
65
- name: "Build Digraphs . . ."
66
uses: gap-actions/build-pkg@v2
67
- name: "Clone additional GAP packages . . ."
0 commit comments