Skip to content

Commit

Permalink
trigger, sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 28, 2023
1 parent d5beb52 commit c0623e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request:

jobs:
build:
Expand All @@ -15,8 +16,8 @@ jobs:

- name: Install LaTeX
run: >
apt-get update
&& apt-get install -y
sudo apt-get update
&& sudo apt-get install -y
texlive
texlive-luatex
texlive-latex-recommended
Expand Down

0 comments on commit c0623e1

Please sign in to comment.