Skip to content

Commit

Permalink
Try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Aug 31, 2024
1 parent 3fa9f22 commit dccd6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
GAPBRANCH: ${{ matrix.gap-branch }}
ABI: ${{ matrix.ABI }}
- name: "TODO"
if: ${{ matrix.gap-branch == '4.12' }}
with:
GAP_PKGS_TO_CLONE: digraphs/digraphs
- name: "Build Semigroups"
uses: gap-actions/build-pkg@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/config-options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
enable-debug:
runs-on: "ubuntu-latest"
env:
GAPBRANCH: "stable-4.12"
ABI: 64
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +43,6 @@ jobs:
uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
GAPBRANCH: stable-4.12
ABI: 64
- name: "Build Semigroups"
uses: gap-actions/build-pkg@v1
Expand All @@ -62,7 +60,6 @@ jobs:
with-external-libsemigroups:
runs-on: "ubuntu-latest"
env:
GAPBRANCH: "stable-4.12"
ABI: 64
PKG_CONFIG_PATH: "/home/runner/micromamba/envs/libsemigroups/lib/pkgconfig:/home/runner/micromamba/envs/libsemigroups/share/pkgconfig/"
LD_LIBRARY_PATH: "/home/runner/micromamba/envs/libsemigroups/lib"
Expand Down

0 comments on commit dccd6fe

Please sign in to comment.