Skip to content

Commit

Permalink
Change env path
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Sep 25, 2024
1 parent fea820a commit 16ddb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
env:
CXX: "ccache g++"
CXXFLAGS: "-fdiagnostics-color"
PKG_CONFIG_PATH: "/home/runner/micromamba-root/envs/libsemigroups/lib/pkgconfig:/home/runner/micromamba-root/envs/libsemigroups/share/pkgconfig/"
LD_LIBRARY_PATH: "/home/runner/micromamba-root/envs/libsemigroups/lib"
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"
steps:
- uses: actions/checkout@v3
- name: "Setup ccache . . ."
Expand Down

0 comments on commit 16ddb75

Please sign in to comment.