Skip to content

Commit

Permalink
Install ghostscript
Browse files Browse the repository at this point in the history
Some tests are failing because it is not installed
  • Loading branch information
startnow65 committed Feb 10, 2024
1 parent dac04cb commit cb0a702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: DotNetBuild
shell: pwsh
run: ./ci-build.ps1
- name: Install Ghostscript
run: apt install -y ghostscript
- name: Test
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- name: Codecov
Expand Down

0 comments on commit cb0a702

Please sign in to comment.