File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 68
68
steps :
69
69
- name : Install libgdi+, which is required for tests running on ubuntu
70
70
if : ${{ contains(matrix.options.os, 'ubuntu') }}
71
- run : sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
71
+ run : |
72
+ sudo apt-get update
73
+ sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
72
74
73
75
- name : Git Config
74
76
shell : bash
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Install libgdi+, which is required for tests running on ubuntu
21
- run : sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
21
+ run : |
22
+ sudo apt-get update
23
+ sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
22
24
23
25
- name : Git Config
24
26
shell : bash
You can’t perform that action at this time.
0 commit comments