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 cd09af8 commit da1835cCopy full SHA for da1835c
.github/workflows/rbe.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install mdbook
21
run: |
22
mkdir bin
23
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.15-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24
echo "$(pwd)/bin" >> ${GITHUB_PATH}
25
26
- name: Report versions
0 commit comments