Skip to content

Commit

Permalink
fix: fix the bazel version to build bazel (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Aug 13, 2023
1 parent 4c552e3 commit bf5ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
git clone https://github.com/bazelbuild/bazel.git --depth 1 --single-branch --branch 6.1.1
cd bazel
git apply ../third_party/bazel_ios_workaround.diff
bazel build --java_runtime_version=remotejdk_11 //src:bazel
USE_BAZEL_VERSION=6.2.1 bazel build --java_runtime_version=remotejdk_11 //src:bazel
cp bazel-bin/src/bazel ../bin
cd ..
echo "bin" >> $GITHUB_PATH
Expand Down

0 comments on commit bf5ec2a

Please sign in to comment.