Skip to content

Commit 885cd01

Browse files
authored
Merge pull request #1935 from ryzhak/fix/1933
Fix syntax highligting
2 parents 17fb2b8 + d5ea5c6 commit 885cd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install mdbook
2828
run: |
2929
mkdir bin
30-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.46/mdbook-v0.4.46-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
30+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.51/mdbook-v0.4.51-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
3131
echo "$(pwd)/bin" >> ${GITHUB_PATH}
3232
3333
- name: Install mdbook-i18n-helpers

0 commit comments

Comments
 (0)