Skip to content

Commit c1893bf

Browse files
authored
[action]: using root priviledge in action for puppeteer;
1 parent ad5d2b3 commit c1893bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: serve -s build &
2222

2323
- name: 'Installing System Deps'
24-
run: apt update && apt install -y libgbm1
24+
run: sudo apt update -y && sudo apt install -y libgbm1
2525

2626
- name: 'Take Snap'
2727
run: node puppeteer/snap.js

0 commit comments

Comments
 (0)