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 a36f4d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,17 @@ jobs:
# removed in the fullness of time.
LDFLAGS: "-pthread"
with:
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
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 a36f4d9

Please sign in to comment.