Skip to content

Commit 676742c

Browse files
committed
Install ghostscript
Some tests are failing because it is not installed
1 parent f16beb9 commit 676742c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: DotNetBuild
3333
shell: pwsh
3434
run: ./ci-build.ps1
35+
- name: Install Ghostscript
36+
run: sudo apt-get install -y ghostscript
3537
- name: Test
3638
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3739
- name: Codecov

0 commit comments

Comments
 (0)