File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 3232 sudo apt install gettext
3333
3434 - name : Install mdbook
35- uses : ./.github/workflows/ install-mdbook
35+ run : cargo xtask install-tools
3636
3737 - name : Upload pre-built-tools for the next tasks
3838 uses : actions/upload-artifact@v4
9494 - name : Make all downloaded tools executable
9595 run : chmod +x /home/runner/.cargo/bin/*
9696
97+ - name : Install dependencies for mdbook-pandoc
98+ run : |
99+ sudo apt-get update
100+ sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk texlive-lang-arabic librsvg2-bin fonts-noto
101+ curl -LsSf https://github.com/jgm/pandoc/releases/download/3.7.0.1/pandoc-3.7.0.1-linux-amd64.tar.gz | tar zxf -
102+ echo "$PWD/pandoc-3.7.0.1/bin" >> $GITHUB_PATH
103+ shell : bash
104+
97105 - name : Build course in English
98106 if : matrix.language == 'en'
99107 run : .github/workflows/build.sh en book
You can’t perform that action at this time.
0 commit comments