Skip to content

Commit

Permalink
set the library path
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 28, 2024
1 parent 9450cf2 commit dfa2bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
cd c-example
gcc test.cpp -o test -L../target/release/ -llibmathcat_c
./test.exe
export LD_LIBRARY_PATH="export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../target/debug/"
./test.exe
- name: create libmathcat64
uses: thedoctor0/[email protected]
with:
Expand Down

0 comments on commit dfa2bb1

Please sign in to comment.