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 73
73
74
74
steps :
75
75
- 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') }}
77
77
run : sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
78
78
79
79
- name : Git Config
Original file line number Diff line number Diff line change 17
17
runs-on : ${{matrix.options.os}}
18
18
19
19
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
+
20
25
- name : Git Config
21
26
shell : bash
22
27
run : |
You can’t perform that action at this time.
0 commit comments