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 a512b67 commit 968b7ddCopy full SHA for 968b7dd
.github/workflows/publish.yml
@@ -60,6 +60,15 @@ jobs:
60
runs-on: ubuntu-latest
61
needs: create-translation
62
steps:
63
+ - name: Update Rust
64
+ run: rustup update
65
+
66
+ - name: Setup Rust cache
67
+ uses: ./.github/workflows/setup-rust-cache
68
69
+ - name: Install mdbook
70
+ uses: ./.github/workflows/install-mdbook
71
72
- name: Download all translations
73
uses: actions/download-artifact@v4
74
with:
0 commit comments