Skip to content

Commit df576a5

Browse files
committed
Adjust GH workflow for Ubuntu
1 parent 4bb6abe commit df576a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci4wxpdfdoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo add-apt-repository ppa:kicad/kicad-7.0-releases
2424
sudo apt update
2525
sudo apt-get install -y libwxgtk3.2-dev
26-
sudo apt-get install -y libzint-dev libwoff-dev
26+
sudo apt-get install -y libzint-dev libwoff-dev libfontconfig-dev
2727
if: matrix.os == 'ubuntu-latest'
2828
- name: Install dependencies (macOS)
2929
run: |

0 commit comments

Comments
 (0)