File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
python-version : " 3.10"
27
27
- 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
29
29
- uses : actions/cache@v3
30
30
with :
31
31
path : ~/.cache/pip
Original file line number Diff line number Diff line change 50
50
with :
51
51
python-version : " 3.10"
52
52
- 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
54
54
- uses : actions/cache@v3
55
55
with :
56
56
path : ~/.cache/pip
You can’t perform that action at this time.
0 commit comments