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 4eab715 commit b7c0b2bCopy full SHA for b7c0b2b
.github/workflows/verify.yml
@@ -16,10 +16,7 @@ jobs:
16
17
steps:
18
- name: Install updated FreeType
19
- run: |
20
- sudo apt-get update
21
- sudo apt-get install libfreetype6
22
- freetype-config --version # For debugging, check version
+ run: sudo apt-get update;sudo apt-get install libfreetype6;freetype-config --version # For debugging, check version
23
- name: Checkout repository and submodules
24
uses: actions/checkout@v2
25
with:
0 commit comments