Update build-test-deploy.yml

This commit is contained in:
Lucas Girouard-Stranks
2020-06-28 19:31:37 -03:00
committed by GitHub
parent 5d19af5e2c
commit eb4867a48f
+7 -2
View File
@@ -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