Skip to content

Commit 3346285

Browse files
committed
install prerequisites on ubuntu
1 parent f7b05d7 commit 3346285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ jobs:
165165
if: (github.event_name == 'push')
166166

167167
steps:
168+
- name: Install ubuntu prerequisites
169+
if: ${{ contains(matrix.options.os, 'ubuntu') }}
170+
run: sudo apt-get -y install libssl-dev libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev
168171
- name: Git Config
169172
shell: bash
170173
run: |

0 commit comments

Comments
 (0)