Skip to content

Commit

Permalink
Update LD_LIBRARY_PATH again
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored Apr 2, 2024
1 parent 894be3d commit 5a67b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git clone --depth 1 --branch refactor-knuth-bendix https://github.com/Joseph-Edwards/libsemigroups.git
cd libsemigroups
./autogen.sh && ./configure CXXFLAGS='-O3 -g' --disable-hpcombi && sudo make install -j8
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/local
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- name: "Python version . . ."
run: |
python --version
Expand Down

0 comments on commit 5a67b1b

Please sign in to comment.