Skip to content

Commit

Permalink
feat: add ghostscript to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mike committed Jun 25, 2024
1 parent 14ae5b4 commit 608a864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ghostscript
version: 1.0
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 608a864

Please sign in to comment.