Skip to content

Commit

Permalink
Add libad9361 workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 25, 2024
1 parent 5215164 commit 24cd7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
mv deps\include\* package_windows\include\
ls package_windows\
ls package_windows\include
cmake -DLIBIIO_LIBRARIES:FILEPATH=package_windows\libiio -DLIBIIO_INCLUDEDIR:PATH=package_windows\include\ .
cmake -DLIBIIO_LIBRARIES:FILEPATH=$pwd\package_windows\libiio -DLIBIIO_INCLUDEDIR:PATH=$pwd\package_windows\include\ .
cmake --build . --config Release
ls
Expand Down

0 comments on commit 24cd7b6

Please sign in to comment.