Skip to content

Commit

Permalink
ci: fix for apt in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Aug 23, 2023
1 parent eb228c8 commit f7264d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-build-pdf.yaml
@@ -1,4 +1,4 @@
name: build
name: sphinx-build-pdf

on: [push, pull_request]

Expand All @@ -18,5 +18,5 @@ jobs:
pip install -r requirements.txt
- name: Sphinx build - pdf
run: |
sudo apt-get install -y latexmk texlive-full
sudo apt-get update && sudo apt-get -y --no-install-recommends latexmk texlive-full
make latexpdf
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-build.yaml
@@ -1,4 +1,4 @@
name: build
name: sphinx-build-html

on: [push, pull_request]

Expand Down

0 comments on commit f7264d1

Please sign in to comment.