Skip to content

Commit 7eb2f5a

Browse files
authored
Merge pull request #1856 from dalance/fix_ci_failure
Fix CI failure
2 parents 98b1928 + dc164e0 commit 7eb2f5a

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)