File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1010 # Every day at 3:30 AM UTC
1111 - cron : 30 3 * * *
1212
13- env :
14- DIGRAPHS_LIB : digraphs-lib-0.7
15-
1613concurrency :
1714 # Group by workflow and ref; the last component ensures that for pull requests
1815 # we limit to one concurrent job, but for the main/stable branches we don't
9188 with :
9289 ABI : ${{ matrix.ABI }}
9390 - name : Install digraphs-lib . . .
94- run : |
95- curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
96- tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
91+ run : git clone https://github.com/digraphs/digraphs-lib.git
9792 - name : Run DigraphsTestInstall . . .
9893 uses : gap-actions/run-pkg-tests@v4
9994 with :
Original file line number Diff line number Diff line change 1010 # Every day at 3:30 AM UTC
1111 - cron : 30 3 * * *
1212
13- env :
14- DIGRAPHS_LIB : digraphs-lib-0.7
15-
1613concurrency :
1714 # Group by workflow and ref; the last component ensures that for pull requests
1815 # we limit to one concurrent job, but for the main/stable branches we don't
6865 - name : Build Digraphs . . .
6966 uses : gap-actions/build-pkg@v2
7067 - name : Install digraphs-lib . . .
71- run : |
72- curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
73- tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
68+ run : git clone https://github.com/digraphs/digraphs-lib.git
7469 - name : Run DigraphsTestInstall . . .
7570 uses : gap-actions/run-pkg-tests@v4
7671 with :
You can’t perform that action at this time.
0 commit comments