Skip to content

Commit b7c0b2b

Browse files
Update verify.yml
1 parent 4eab715 commit b7c0b2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/verify.yml

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

1717
steps:
1818
- 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
19+
run: sudo apt-get update;sudo apt-get install libfreetype6;freetype-config --version # For debugging, check version
2320
- name: Checkout repository and submodules
2421
uses: actions/checkout@v2
2522
with:

0 commit comments

Comments
 (0)