We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39339b0 commit cbf0057Copy full SHA for cbf0057
.github/workflows/jspecify.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
sudo apt-get update
26
sudo apt-get install --only-upgrade apt
27
- sudo apt-get install gcc-10 g++-10 libxrandr-dev libxtst-dev libcups2-dev libasound2-dev
+ sudo apt-get install gcc-10 g++-10 libxrandr-dev libxtst-dev libcups2-dev libasound2-dev libfontconfig1-dev
28
- name: Install jtreg
29
30
wget https://builds.shipilev.net/jtreg/jtreg-7.5%2B1.zip -O /tmp/jtreg.zip
0 commit comments