Skip to content

Commit ad5d2b3

Browse files
authored
[action]: installing deps for puppeteer;
https://stackoverflow.com/a/62229404/10305444
1 parent 81dd746 commit ad5d2b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/snap.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: 'Serve Prodcution Server'
2121
run: serve -s build &
2222

23+
- name: 'Installing System Deps'
24+
run: apt update && apt install -y libgbm1
25+
2326
- name: 'Take Snap'
2427
run: node puppeteer/snap.js
2528

0 commit comments

Comments
 (0)