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 d7dfa26 commit 1a60f99Copy full SHA for 1a60f99
.github/workflows/site.yml
@@ -16,9 +16,9 @@ jobs:
16
17
- name: Get mdBook
18
run: |
19
- export MDBOOK_VERSION="v0.4.4"
+ export MDBOOK_VERSION="dtolnay"
20
export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
21
- export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/${MDBOOK_TARBALL}"
+ export MDBOOK_URL="https://github.com/rust-lang/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"
22
curl -Lf "${MDBOOK_URL}" | tar -xzC book
23
24
- name: Build
0 commit comments