Skip to content

Commit

Permalink
Find the .so file after compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh authored Apr 6, 2024
1 parent 69d0568 commit 5408e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: cd libnode-distributable && node index.js

- name: A buncha ls
run: ls libnode-distributable/node/out ; ls libnode-distributable/node/out/Release
run: find libnode-distributable/node -name libnode.so\* -exec ls -la {} \;

0 comments on commit 5408e02

Please sign in to comment.