Skip to content

Commit

Permalink
Add sudo to tex install
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-cari committed May 25, 2024
1 parent 57d9019 commit d79eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: sudo apt-get install -y aptitude

- name: Install TeX Live and extra packages
run: aptitude install texlive texlive-latex-extra
run: sudo aptitude install texlive texlive-latex-extra

- name: Generate PDF Notebook
run: notebook-generator ./Notebook --author "Mauricio Cari Leal" --size 9 --image ./.Assets/UC-Logo

0 comments on commit d79eb01

Please sign in to comment.