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 6868 steps :
6969 - name : Install libgdi+, which is required for tests running on ubuntu
7070 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
7274
7375 - name : Git Config
7476 shell : bash
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - 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
2224
2325 - name : Git Config
2426 shell : bash
You can’t perform that action at this time.
0 commit comments