File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
2626 - master
2727 - stable-4.11
2828 - stable-4.12
29+ - stable-4.13
2930 pkgs-to-clone :
3031 - NautyTracesInterface
3132 ABI : ['']
3233
3334 include :
3435 - gap-branch : stable-4.10
35- pkgs-to-clone : datastructures
3636 os : ubuntu
3737 - gap-branch : master
38- pkgs-to-clone : " datastructures NautyTracesInterface"
38+ pkgs-to-clone : " NautyTracesInterface"
3939 os : macos
4040 - gap-branch : master
4141 os : ubuntu
6161 run : |
6262 curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
6363 tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
64+ - name : " Clone datastructures v0.3.0"
65+ if : ${{ matrix.gap-branch == 'stable-4.10' }}
66+ run : |
67+ rm -rf $HOME/gap/pkg/datastructures
68+ cd $HOME/gap/pkg/
69+ git clone https://github.com/gap-packages/datastructures.git datastructures
70+ cd datastructures
71+ git checkout v0.3.0
72+ ./configure
73+ make
6474 - name : " Run DigraphsTestInstall"
6575 uses : gap-actions/run-pkg-tests@v2
6676 with :
You can’t perform that action at this time.
0 commit comments