add ppa?
This commit is contained in:
parent
dea0d67b16
commit
3a94b35dac
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,9 @@ jobs:
|
|||
- name: Checkout repository and submodules
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
submodules: recursive
|
||||
- run: sudo add-apt-repository -y ppa:sunderme/texstudio
|
||||
|
||||
- run: sudo apt install texlive-latex-extra
|
||||
- run: echo $PWD
|
||||
- run: ls -al ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue