We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7eb64f commit d8f9c9dCopy full SHA for d8f9c9d
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
- uses: actions/checkout@v2
98
- name: Install Bazel
99
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
+ wget -q -O install.sh https://github.com/bazelbuild/bazel/releases/download/5.1.1/bazel-5.1.1-installer-linux-x86_64.sh
101
chmod +x install.sh
102
./install.sh --user
103
echo $HOME/bin >> $GITHUB_PATH
0 commit comments