Skip to content

Commit

Permalink
fix path for library
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 28, 2024
1 parent f665dcc commit 9b0ad5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
cp target/x86_64-pc-windows-msvc/release/libmathcat_c.dll c-example/
cd c-example
gcc test.cpp -o test -L../target/release/ -llibmathcat_c
gcc test.cpp -o test -L..target/x86_64-pc-windows-msvc/release -llibmathcat_c
./test.exe
- name: create libmathcat64
uses: thedoctor0/[email protected]
Expand Down

0 comments on commit 9b0ad5d

Please sign in to comment.