Skip to content

Commit

Permalink
add no-install-recommends option to apt-get in pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Nov 29, 2024
1 parent 9d390cf commit 28376c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install packages
run: sudo apt-get update && sudo apt-get -yq install fonts-crosextra-carlito inkscape pandoc pngquant
run: |
sudo apt-get update
sudo apt-get -yq --no-install-recommends install fonts-crosextra-carlito inkscape pandoc pngquant
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 28376c1

Please sign in to comment.