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.
2 parents c84e386 + 6b9f38b commit b03d0d3Copy full SHA for b03d0d3
.github/workflows/rbe.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install mdbook
28
run: |
29
mkdir bin
30
- curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.15/mdbook-v0.4.15-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
+ curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
31
echo "$(pwd)/bin" >> ${GITHUB_PATH}
32
33
- name: Install mdbook-i18n-helpers
0 commit comments