mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Update build-test-deploy.yml
This commit is contained in:
committed by
GitHub
parent
5d19af5e2c
commit
eb4867a48f
@@ -115,8 +115,13 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install ttf-mscorefonts-installer
|
||||
sudo fc-cache -f -v
|
||||
sudo apt install cabextract
|
||||
tar -xzf webfonts.tar.gz
|
||||
cd msfonts/
|
||||
cabextract *.exe
|
||||
mkdir -p ~/.local/share/fonts/
|
||||
cp *.ttf *.TTF ~/.local/share/fonts/
|
||||
cd ..
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: dotnet restore '${{ env.SOLUTION_PATH }}' --verbosity quiet
|
||||
|
||||
Reference in New Issue
Block a user