Skip to content

Commit

Permalink
bazelversion 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Feb 4, 2025
1 parent 0bba438 commit 9863e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@ jobs:

- name: Install bazel
env:
USE_BAZEL_VERSION: "8.0.0"
USE_BAZEL_VERSION: "8.0.1"
run: |
NON_ROOT="${{ steps.startup.outputs.non_root }}"
sudo mkdir -p /usr/local/bin
sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
#sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazel/releases/download/8.0.0/bazel-8.0.0-linux-x86_64
#sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazel/releases/download/8.0.1/bazel-8.0.1-linux-x86_64
sudo chmod +x /usr/local/bin/bazel
# cache clean
#sudo rm -rf /github/workspace/.cache/*
Expand All @@ -274,7 +274,7 @@ jobs:
- name: Build(normal)
env:
USE_BAZEL_VERSION: "8.0.0"
USE_BAZEL_VERSION: "8.0.1"
shell: bash
run: |
NON_ROOT="${{ steps.startup.outputs.non_root }}"
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
sync
- name: Build(-with-jp-dict)
env:
USE_BAZEL_VERSION: "8.0.0"
USE_BAZEL_VERSION: "8.0.1"
shell: bash
run: |
NON_ROOT="${{ steps.startup.outputs.non_root }}"
Expand Down

0 comments on commit 9863e27

Please sign in to comment.