Skip to content

Commit

Permalink
ld
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jun 24, 2024
1 parent 5b92628 commit eda4dee
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 @@ -45,6 +45,7 @@ jobs:
sudo mv libcalc.so /usr/lib
sudo cp libcalc.core /usr/lib
ldconfig -v 2>/dev/null | grep -v ^$'\t'
ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012
echo "(+ 1 2)" | ./example
python --version
echo "(+ 1 2)" | python ./example.py
Expand Down

0 comments on commit eda4dee

Please sign in to comment.