Skip to content

Commit d8f9c9d

Browse files
committed
Update CI job to bazel 5.1.1
1 parent f7eb64f commit d8f9c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v2
9898
- name: Install Bazel
9999
run: |
100-
wget -q -O install.sh https://github.com/bazelbuild/bazel/releases/download/4.2.2/bazel-4.2.2-installer-linux-x86_64.sh
100+
wget -q -O install.sh https://github.com/bazelbuild/bazel/releases/download/5.1.1/bazel-5.1.1-installer-linux-x86_64.sh
101101
chmod +x install.sh
102102
./install.sh --user
103103
echo $HOME/bin >> $GITHUB_PATH

0 commit comments

Comments
 (0)