Skip to content

Commit

Permalink
Try running ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 4, 2024
1 parent bf59811 commit e2240b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
cmake -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..
cmake --build .
cmake --install .
sudo ldconfig
popd
popd
gcc -Wall -o example example.c -lcalc -lsbcl_librarian -lsbcl
Expand Down

0 comments on commit e2240b0

Please sign in to comment.