Skip to content

Commit

Permalink
#2242: apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2023
1 parent bccc153 commit 7390c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CONVERT_PATH: /tmp/convert
steps:
- uses: actions/checkout@v3
- run: sudo apt-get -y install ghostscript
- run: sudo apt-get update && sudo apt-get -y install ghostscript
if: matrix.os == 'ubuntu-20.04'
- uses: teatimeguest/[email protected]
with:
Expand Down

0 comments on commit 7390c0c

Please sign in to comment.