Skip to content

Commit 0d06194

Browse files
authored
ci: add sudo to install command
1 parent d3f58a3 commit 0d06194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: "3.10"
2727
- name: Install image libraries
28-
run: apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
28+
run: sudo apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
2929
- uses: actions/cache@v3
3030
with:
3131
path: ~/.cache/pip

.github/workflows/ci-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
python-version: "3.10"
5252
- name: Install image libraries
53-
run: apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
53+
run: sudo apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant
5454
- uses: actions/cache@v3
5555
with:
5656
path: ~/.cache/pip

0 commit comments

Comments
 (0)