Skip to content

Commit

Permalink
Minor fix to wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Sep 9, 2024
1 parent e9e4f31 commit caa93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version: 'lts/*'
- name: Install Puppeteer dependencies
- run: |
apt-get update && sudo apt-get install -y \
apt-get update && apt-get install -y \
libnss3 libxss1 libasound2t64 libatk-bridge2.0-0 libatk1.0-0 \
libcups2 libxcomposite1 libxdamage1 libxrandr2 libgbm1 \
libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libgtk-3-0
Expand Down

0 comments on commit caa93de

Please sign in to comment.