Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mklan committed Jun 21, 2024
1 parent 243c214 commit d2a34fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: install ghostscript deps
run: sudo apt install -y libgs10
run: sudo apt install -y libgs-dev

- name: install ghostscript
run: sudo wget http://http.us.debian.org/debian/pool/main/g/ghostscript/ghostscript_10.03.1~dfsg-1_amd64.deb -O ~/g.deb && sudo apt install -y ~/g.deb
Expand Down

0 comments on commit d2a34fc

Please sign in to comment.