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 74
74
steps :
75
75
- name : Install libgdi+, which is required for tests running on ubuntu
76
76
if : ${{ contains(matrix.options.os, 'ubuntu') }}
77
- run : sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
77
+ run : |
78
+ sudo apt-get update
79
+ sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
78
80
79
81
- name : Git Config
80
82
shell : bash
Original file line number Diff line number Diff line change 20
20
21
21
- name : Install libgdi+, which is required for tests running on ubuntu
22
22
if : ${{ contains(matrix.options.os, 'ubuntu') }}
23
- run : sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
23
+ run : |
24
+ sudo apt-get update
25
+ sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
24
26
25
27
- name : Git Config
26
28
shell : bash
You can’t perform that action at this time.
0 commit comments