Skip to content

Commit

Permalink
Don’t copy fonts for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe authored Aug 25, 2020
1 parent 580af02 commit b15d2eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: |
choco install -y --no-progress msys2
powershell "C:\tools\msys64\usr\bin\bash -lc 'pacman -S mingw-w64-x86_64-ttf-dejavu mingw-w64-x86_64-gtk3 --noconfirm'"
xcopy "C:\tools\msys64\mingw64\share\fonts\TTF" "C:\Users\runneradmin\.fonts" /e /i
$env:PATH += ";C:\tools\msys64\mingw64\bin"
echo "::set-env name=PATH::$env:PATH"
- name: Upgrade pip and setuptools
Expand Down

0 comments on commit b15d2eb

Please sign in to comment.