Skip to content

Commit

Permalink
forgot to cd to example dir
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 28, 2024
1 parent ce37f52 commit 9450cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automaticRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: cargo build --target x86_64-pc-windows-msvc --release
- name: test build
run: |
cd c-example
gcc test.cpp -o test -L../target/release/ -llibmathcat_c
./test.exe
- name: create libmathcat64
Expand Down

0 comments on commit 9450cf2

Please sign in to comment.