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 0cf30a6 commit f089411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
export MDBOOK_VERSION="dtolnay"
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
export MDBOOK_URL="https://github.com/dtolnay/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"
curl --location --fail "${MDBOOK_URL}" | tar -xzC book
curl "${MDBOOK_URL}" --location --silent --show-error --fail | tar -xzC book
book/mdbook --version
- name: Build
Expand Down

0 comments on commit f089411

Please sign in to comment.