Skip to content

Commit

Permalink
.github/workflows/test.yml update bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
iceboy233 authored Jun 17, 2024
1 parent c270032 commit d9245cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: install bazel
run: |
mkdir -p "${GITHUB_WORKSPACE}/bin/"
curl -fLo "${GITHUB_WORKSPACE}/bin/bazel" "https://github.com/bazelbuild/bazel/releases/download/5.4.0/bazel-5.4.0-linux-x86_64"
curl -fLo "${GITHUB_WORKSPACE}/bin/bazel" "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-linux-x86_64"
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
- name: test
run: |
Expand Down

0 comments on commit d9245cd

Please sign in to comment.