mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
fix ci
This commit is contained in:
parent
02462717dd
commit
5a5c37ce37
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -29,13 +29,15 @@ jobs:
|
||||
echo "$(pwd)/bin" >> ${GITHUB_PATH}
|
||||
- name: Install mdbook-typst-pdf
|
||||
run: |
|
||||
curl -sL -o bin/mdbook-typst-pdf https://github.com/KaiserY/mdbook-typst-pdf/releases/download/0.1.0/mdbook-typst-pdf-x86_64-unknown-linux-gnu
|
||||
curl -sL -o bin/mdbook-typst-pdf https://github.com/KaiserY/mdbook-typst-pdf/releases/download/0.1.1/mdbook-typst-pdf-x86_64-unknown-linux-gnu
|
||||
chmod +x bin/mdbook-typst-pdf
|
||||
echo "$(pwd)/bin" >> ${GITHUB_PATH}
|
||||
- name: Install font
|
||||
run: |
|
||||
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
|
||||
sudo apt-get -y install msttcorefonts
|
||||
sudo apt-get -y install msttcorefonts fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core
|
||||
sudo apt-get -y install ttf-wqy*
|
||||
fc-cache -f -v
|
||||
- name: Report versions
|
||||
run: |
|
||||
rustup --version
|
||||
|
Loading…
Reference in New Issue
Block a user