|
|
@ -62,6 +62,10 @@ 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: ${{ matrix.options.os == ubuntu-latest }} |
|
|
|
|
|
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: | |
|
|
|