Update build-test-deploy.yml

This commit is contained in:
Lucas Girouard-Stranks
2020-06-28 19:35:38 -03:00
committed by GitHub
parent eb4867a48f
commit 09f598c246
+4 -7
View File
@@ -115,13 +115,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
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 ..
echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
sudo apt-get install -y ttf-mscorefonts-installer
sudo fc-cache
sudo fc-match Arial
- name: "Install dependencies"
run: dotnet restore '${{ env.SOLUTION_PATH }}' --verbosity quiet