Skip to content

Commit e6f2386

Browse files
committed
Install software-properties-common
1 parent e27f934 commit e6f2386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/datasheet-rendering/render-datasheets.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if [ -n "$CI" ]; then
2424
fc-list | grep "NotoSansTC"
2525

2626
sudo apt-get -qq update -y
27+
sudo apt-get install -y software-properties-common
2728
# SEE: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix
2829
sudo apt-get -qq install -y -o=Dpkg::Use-Pty=0 ca-certificates fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils
2930

0 commit comments

Comments
 (0)