Skip to content

Commit e1ec046

Browse files
committed
Add libad9361 workflow
Signed-off-by: Travis F. Collins <[email protected]>
1 parent 6388f63 commit e1ec046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "libad9361-iio SO not found"
3636
exit 1
3737
fi
38-
if [ ! -f "deps/include/iio.h" ]; then
38+
if [ ! -f "deps/ad9361.h" ]; then
3939
echo "libad9361-iio header not found"
4040
exit 1
4141
fi

0 commit comments

Comments
 (0)