Skip to content

Commit

Permalink
use sudo to execute
Browse files Browse the repository at this point in the history
Signed-off-by: Toshaan Bharvani <[email protected]>
  • Loading branch information
toshywoshy committed Jun 11, 2024
1 parent c63d6de commit d540b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: Update apt-get Caches
run: apt-get update
run: sudo apt-get update
- name: Install TexLive packages
run: apt-get install texlive-full
run: sudo apt-get -y install texlive-full
- name: Print latest git tag
run: git describe --abbrev=0 --tags --always
- name: Compile LaTeX document
Expand Down

0 comments on commit d540b97

Please sign in to comment.