File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -22,28 +22,28 @@ jobs:
2222 with :
2323 node-version : ${{ matrix.node-version }}
2424
25- - name : Install required dependencies for Puppeteer
26- run : |
27- sudo apt-get update
28- sudo apt-get install -y \
29- libnss3 \
30- libatk1.0-0 \
31- libatk-bridge2.0-0 \
32- libxcomposite1 \
33- libxdamage1 \
34- libxrandr2 \
35- libgbm1 \
36- libasound2 \
37- libpangocairo-1.0-0 \
38- libatspi2.0-0 \
39- libcups2 \
40- libxss1 \
41- libxshmfence1 \
42- libglu1-mesa \
43- libpci3 \
44- libdrm2 \
45- libgtk-3-0 \
46- chromium-browser || sudo apt-get install -y chromium
25+ # - name: Install required dependencies for Puppeteer
26+ # run: |
27+ # sudo apt-get update
28+ # sudo apt-get install -y \
29+ # libnss3 \
30+ # libatk1.0-0 \
31+ # libatk-bridge2.0-0 \
32+ # libxcomposite1 \
33+ # libxdamage1 \
34+ # libxrandr2 \
35+ # libgbm1 \
36+ # libasound2 \
37+ # libpangocairo-1.0-0 \
38+ # libatspi2.0-0 \
39+ # libcups2 \
40+ # libxss1 \
41+ # libxshmfence1 \
42+ # libglu1-mesa \
43+ # libpci3 \
44+ # libdrm2 \
45+ # libgtk-3-0 \
46+ # chromium-browser || sudo apt-get install -y chromium
4747
4848 - name : Install dependencies
4949 run : npm ci
You can’t perform that action at this time.
0 commit comments