Skip to content

Commit 9ca10b2

Browse files
ci: clone graphviz
1 parent 0a8c8eb commit 9ca10b2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,17 @@ jobs:
5050
# removed in the fullness of time.
5151
LDFLAGS: "-pthread"
5252
with:
53-
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
53+
GAP_PKGS_TO_BUILD: "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)