Skip to content

Commit

Permalink
CI-friendly curl flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 19, 2023
1 parent 6648d87 commit 8c0392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install Bazel
run: |
curl https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-installer-linux-x86_64.sh --location --output install.sh
curl https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-installer-linux-x86_64.sh --location --output install.sh --silent --show-error --fail --retry 2
chmod +x install.sh
./install.sh --user
echo $HOME/bin >> $GITHUB_PATH
Expand Down

0 comments on commit 8c0392e

Please sign in to comment.