Skip to content

Commit dc164e0

Browse files
committed
Fix CI failure
1 parent 98b1928 commit dc164e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rbe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
3333
- name: Install mdbook-i18n-helpers
3434
run: |
35-
cargo install mdbook-i18n-helpers --locked --version 0.3.1
35+
# cargo install mdbook-i18n-helpers --locked --version 0.3.1
36+
cargo install --git https://github.com/google/mdbook-i18n-helpers mdbook-i18n-helpers
3637
3738
- name: Report versions
3839
run: |

0 commit comments

Comments
 (0)