We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c0b2b commit 1e3c9afCopy full SHA for 1e3c9af
.github/workflows/verify.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Install updated FreeType
19
- run: sudo apt-get update;sudo apt-get install libfreetype6;freetype-config --version # For debugging, check version
+ run: sudo apt-get update;sudo apt-get install libfreetype6
20
- name: Checkout repository and submodules
21
uses: actions/checkout@v2
22
with:
0 commit comments