We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8c8eb commit 9ca10b2Copy full SHA for 9ca10b2
.github/workflows/ci.yml
@@ -50,9 +50,17 @@ jobs:
50
# removed in the fullness of time.
51
LDFLAGS: "-pthread"
52
with:
53
- GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
+ 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"
56
GAPBRANCH: ${{ matrix.gap-branch }}
57
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
64
- name: "Build Semigroups"
65
uses: gap-actions/build-pkg@v1
66
0 commit comments