Skip to content

Commit 8e8aa7b

Browse files
committed
forgot sudo apt
1 parent cc29f81 commit 8e8aa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/getbadge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install deps
2727
run: |
2828
pip install numpy pandas imgkit
29-
apt-get install wkhtmltopdf
29+
sudo apt-get install wkhtmltopdf
3030
3131
- name: Get info
3232
run: |

0 commit comments

Comments
 (0)