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 c5322a9 commit 9f8d2d7Copy full SHA for 9f8d2d7
.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
@@ -54,9 +55,16 @@ jobs:
54
55
- name: Output g++ version . . .
56
run: g++ --version
57
- name: "Install GAP . . ."
58
+ if: ${{ matrix.gap-version != 'further-pluralization' }}
59
uses: gap-actions/setup-gap@v3
60
with:
61
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
68
- name: "Build Digraphs . . ."
69
uses: gap-actions/build-pkg@v2
70
- name: "Clone additional GAP packages . . ."
0 commit comments