File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7373
7474 steps :
7575 - name : Install libgdi+, which is required for tests running on ubuntu
76- if : ${{ matrix.options.os == 'buildjet-4vcpu- ubuntu-2204-arm' }}
76+ if : ${{ contains( matrix.options.os, ' ubuntu') }}
7777 run : sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
7878
7979 - name : Git Config
Original file line number Diff line number Diff line change 1717 runs-on : ${{matrix.options.os}}
1818
1919 steps :
20+
21+ - name : Install libgdi+, which is required for tests running on ubuntu
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
24+
2025 - name : Git Config
2126 shell : bash
2227 run : |
You can’t perform that action at this time.
0 commit comments