Skip to content

Commit e86b0ce

Browse files
committed
Drop unnecessary 'head'
1 parent 0be785d commit e86b0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/build-ml-whl/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
fi
4949
echo "BUILD_TYPE=${BUILD_TYPE}"
5050
51-
makefile_path=$(find . -maxdepth 2 -type f -name "Makefile" | head -1)
51+
makefile_path=$(find . -maxdepth 2 -type f -name "Makefile")
5252
echo "makefile_path=${makefile_path}"
5353
makefile_dir=$(dirname "${makefile_path}")
5454
echo "makefile_dir=${makefile_dir}"

0 commit comments

Comments
 (0)