Skip to content

Commit

Permalink
Merge branch 'main' into sn/upd/xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannikolei authored Feb 28, 2025
2 parents e242b46 + e20e47f commit 1bb255f
Show file tree
Hide file tree
Showing 47 changed files with 474 additions and 413 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: Install libgdi+, which is required for tests running on ubuntu
if: ${{ matrix.options.os == 'buildjet-4vcpu-ubuntu-2204-arm' }}
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
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ${{matrix.options.os}}

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
shell: bash
run: |
Expand Down
Loading

0 comments on commit 1bb255f

Please sign in to comment.