Skip to content

Commit

Permalink
replace apt with apt-get in pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Nov 10, 2024
1 parent 7c477e8 commit 39be7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Pandoc
run: sudo apt install make pandoc
run: sudo apt-get update && sudo apt-get -yq install pandoc
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 39be7a9

Please sign in to comment.