Skip to content

Commit

Permalink
More reliable dependency handling
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 14, 2024
1 parent d5f0a7f commit d97c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- run: sudo apt-get update && sudo apt-get install python3-docutils
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
Expand Down

0 comments on commit d97c096

Please sign in to comment.