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 28, 2024
1 parent 6388f63 commit e1ec046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "libad9361-iio SO not found"
exit 1
fi
if [ ! -f "deps/include/iio.h" ]; then
if [ ! -f "deps/ad9361.h" ]; then
echo "libad9361-iio header not found"
exit 1
fi
Expand Down

0 comments on commit e1ec046

Please sign in to comment.