Skip to content

Commit 6ab5f51

Browse files
committed
New Linux dependency for the latest JUCE.
1 parent 26af93b commit 6ab5f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- name: Install Linux dependencies
4949
if: matrix.os == 'ubuntu-latest'
50-
run: sudo apt-get update && sudo apt-get install ninja-build libx11-dev libfreetype-dev libasound2-dev libxrandr-dev libxinerama-dev libxcursor-dev
50+
run: sudo apt-get update && sudo apt-get install ninja-build libx11-dev libfreetype-dev libfontconfig-dev libasound2-dev libxrandr-dev libxinerama-dev libxcursor-dev
5151

5252
- name: Install macOS dependencies
5353
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)