Skip to content

Commit cbf0057

Browse files
authored
Add dependency for CI
Fixes #120.
1 parent 39339b0 commit cbf0057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jspecify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo apt-get update
2626
sudo apt-get install --only-upgrade apt
27-
sudo apt-get install gcc-10 g++-10 libxrandr-dev libxtst-dev libcups2-dev libasound2-dev
27+
sudo apt-get install gcc-10 g++-10 libxrandr-dev libxtst-dev libcups2-dev libasound2-dev libfontconfig1-dev
2828
- name: Install jtreg
2929
run: |
3030
wget https://builds.shipilev.net/jtreg/jtreg-7.5%2B1.zip -O /tmp/jtreg.zip

0 commit comments

Comments
 (0)