Skip to content

Commit

Permalink
ci: clone graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 10, 2024
1 parent 0a8c8eb commit 80f95ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,16 @@ jobs:
LDFLAGS: "-pthread"
with:
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
# TODO remove the following when graphviz is released
GAP_PKGS_TO_CLONE: "james-d-mitchell/Digraphs digraphs/graphviz"
GAPBRANCH: ${{ matrix.gap-branch }}
ABI: ${{ matrix.ABI }}
- name: "Checkout digraphs graphviz branch (TMP REMOVE)!"
run: |
cd $HOME/gap/pkg/digraphs
git remote -v
git fetch origin graphviz --depth 1
git checkout graphviz
- name: "Build Semigroups"
uses: gap-actions/build-pkg@v1
with:
Expand Down

0 comments on commit 80f95ff

Please sign in to comment.