Skip to content

Commit

Permalink
[.github] add ghostscript deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitkugler committed Aug 26, 2024
1 parent aa223d9 commit 3dbda13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Ghostcript
run: sudo apt-get install -y ghostscript

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -23,4 +26,4 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: latest

0 comments on commit 3dbda13

Please sign in to comment.