|
|
@ -17,6 +17,11 @@ jobs: |
|
|
runs-on: ${{matrix.options.os}} |
|
|
runs-on: ${{matrix.options.os}} |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
|
|
|
|
|
|
|
|
|
- name: Install libgdi+, which is required for tests running on ubuntu |
|
|
|
|
|
if: ${{ contains(matrix.options.os, 'ubuntu') }} |
|
|
|
|
|
run: sudo apt-get -y install libgdiplus libgif-dev libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev |
|
|
|
|
|
|
|
|
- name: Git Config |
|
|
- name: Git Config |
|
|
shell: bash |
|
|
shell: bash |
|
|
run: | |
|
|
run: | |
|
|
|