Skip to content

Commit 1e3c9af

Browse files
committed
fix workflow
1 parent b7c0b2b commit 1e3c9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Install updated FreeType
19-
run: sudo apt-get update;sudo apt-get install libfreetype6;freetype-config --version # For debugging, check version
19+
run: sudo apt-get update;sudo apt-get install libfreetype6
2020
- name: Checkout repository and submodules
2121
uses: actions/checkout@v2
2222
with:

0 commit comments

Comments
 (0)