File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/workflows/install-mdbook Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ runs:
17
17
18
18
- name : Install mdbook-pandoc and related dependencies
19
19
run : |
20
- cargo install mdbook-pandoc --locked --version 0.8 .0
20
+ cargo install mdbook-pandoc --locked --version 0.7 .0
21
21
sudo apt-get update
22
22
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
23
- curl -LsSf https://github.com/jgm/pandoc/releases/download/3.6 .1/pandoc-3.6 .1-linux-amd64.tar.gz | tar zxf -
24
- echo "$PWD/pandoc-3.6 .1/bin" >> $GITHUB_PATH
23
+ curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2 .1/pandoc-3.2 .1-linux-amd64.tar.gz | tar zxf -
24
+ echo "$PWD/pandoc-3.2 .1/bin" >> $GITHUB_PATH
25
25
shell : bash
26
26
27
27
- name : Install mdbook-i18n-helpers
You can’t perform that action at this time.
0 commit comments