Skip to content

Commit

Permalink
check shared library build with a make install
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Oct 2, 2023
1 parent 5174ffc commit 75353f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linux_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/g2/build
make install
ls -l ~/g2/install/lib
ls -l ~/g2/install/lib*.so || exit 1

0 comments on commit 75353f2

Please sign in to comment.