Skip to content

Commit 80f95ff

Browse files
ci: clone graphviz
1 parent 0a8c8eb commit 80f95ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,16 @@ jobs:
5151
LDFLAGS: "-pthread"
5252
with:
5353
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
54+
# TODO remove the following when graphviz is released
55+
GAP_PKGS_TO_CLONE: "james-d-mitchell/Digraphs digraphs/graphviz"
5456
GAPBRANCH: ${{ matrix.gap-branch }}
5557
ABI: ${{ matrix.ABI }}
58+
- name: "Checkout digraphs graphviz branch (TMP REMOVE)!"
59+
run: |
60+
cd $HOME/gap/pkg/digraphs
61+
git remote -v
62+
git fetch origin graphviz --depth 1
63+
git checkout graphviz
5664
- name: "Build Semigroups"
5765
uses: gap-actions/build-pkg@v1
5866
with:

0 commit comments

Comments
 (0)