Skip to content

Commit 9ea9163

Browse files
Merge pull request #646 from james-d-mitchell/main
Merge CI changes from stable-1.7 into main
2 parents 36f1743 + f4fda2a commit 9ea9163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
6363
tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
6464
- name: "Clone datastructures v0.3.0"
65+
if: ${{ matrix.gap-branch == 'stable-4.10' }}
6566
run: |
66-
if [ ! -d $HOME/gap/pkg/datastructures ]; then
67+
rm -rf $HOME/gap/pkg/datastructures
6768
cd $HOME/gap/pkg/
6869
git clone https://github.com/gap-packages/datastructures.git datastructures
6970
cd datastructures
7071
git checkout v0.3.0
7172
./configure
7273
make
73-
fi
7474
- name: "Run DigraphsTestInstall"
7575
uses: gap-actions/run-pkg-tests@v2
7676
with:

0 commit comments

Comments
 (0)