mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2026-03-22 00:26:32 +00:00
fix: install mscorefonts
This commit is contained in:
3
.github/workflows/typst.yml
vendored
3
.github/workflows/typst.yml
vendored
@@ -19,8 +19,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install required fonts
|
||||
run: |
|
||||
sudo apt-get updateA
|
||||
sudo apt-get update
|
||||
# Install Times New Roman
|
||||
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
|
||||
sudo apt-get install -y ttf-mscorefonts-installer
|
||||
|
||||
mkdir -p ~/.local/share/fonts
|
||||
|
||||
Reference in New Issue
Block a user