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 7474 steps :
7575 - name : Install libgdi+, which is required for tests running on ubuntu
7676 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
7880
7981 - name : Git Config
8082 shell : bash
Original file line number Diff line number Diff line change 2020
2121 - name : Install libgdi+, which is required for tests running on ubuntu
2222 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
2426
2527 - name : Git Config
2628 shell : bash
You can’t perform that action at this time.
0 commit comments