Skip to content

Commit

Permalink
#44 update
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 19, 2023
1 parent adeb46e commit 26080d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/l3build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
os: [ubuntu-20.04, macos-12]
steps:
- uses: actions/checkout@v3
- run: sudo apt-get -y install ghostscript
- run: |
sudo apt-get --fix-missing update
sudo apt-get -y install ghostscript
if: matrix.os == 'ubuntu-20.04'
- uses: teatimeguest/setup-texlive-action@v2.6.2
with:
Expand Down

0 comments on commit 26080d1

Please sign in to comment.