Skip to content

Commit 21fd4c5

Browse files
wilfwilsonjames-d-mitchell
authored andcommitted
CI: clone digraphs-lib rather than download a tarball
1 parent 4e191fa commit 21fd4c5

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/os.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
# Every day at 3:30 AM UTC
1111
- cron: 30 3 * * *
1212

13-
env:
14-
DIGRAPHS_LIB: digraphs-lib-0.7
15-
1613
concurrency:
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
@@ -91,9 +88,7 @@ jobs:
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:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
# Every day at 3:30 AM UTC
1111
- cron: 30 3 * * *
1212

13-
env:
14-
DIGRAPHS_LIB: digraphs-lib-0.7
15-
1613
concurrency:
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
@@ -68,9 +65,7 @@ jobs:
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:

0 commit comments

Comments
 (0)