Skip to content

Commit

Permalink
ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jun 24, 2024
1 parent 1290848 commit 5b92628
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 @@ -44,6 +44,7 @@ jobs:
gcc -Wall -o example example.c -lcalc -lsbcl -L${{ github.workspace }}/examples/libcalc
sudo mv libcalc.so /usr/lib
sudo cp libcalc.core /usr/lib
ldconfig -v 2>/dev/null | grep -v ^$'\t'
echo "(+ 1 2)" | ./example
python --version
echo "(+ 1 2)" | python ./example.py
Expand Down

0 comments on commit 5b92628

Please sign in to comment.