diff --git a/.github/workflows/build.bazel.sh b/.github/workflows/build.bazel.sh index 0f8c490eb..d26003018 100755 --- a/.github/workflows/build.bazel.sh +++ b/.github/workflows/build.bazel.sh @@ -60,7 +60,7 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then bazel build \ ${BAZEL_OPTIMIZATION} \ -- //tensorflow_io_gcs_filesystem/... # //tensorflow_io/... # Try with filesystem only during testing - + mkdir -p bazel-bin/tensorflow_io # Placeholder else bazel build \