mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
Update build-test-deploy.yml
This commit is contained in:
committed by
GitHub
parent
288ed925b1
commit
5d19af5e2c
@@ -114,8 +114,9 @@ jobs:
|
||||
- name: "Install fonts (Ubuntu)"
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get install ttf-mscorefonts-installer
|
||||
sudo fc-cache
|
||||
sudo apt update
|
||||
sudo apt install ttf-mscorefonts-installer
|
||||
sudo fc-cache -f -v
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: dotnet restore '${{ env.SOLUTION_PATH }}' --verbosity quiet
|
||||
|
||||
Reference in New Issue
Block a user