Try to reduce the number of packages we install
All checks were successful
BuildTest / Build and test (push) Successful in 3m52s
All checks were successful
BuildTest / Build and test (push) Successful in 3m52s
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
||||
- name: "Install build deps"
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install build-essential texlive
|
||||
sudo apt-get -y --no-install-recommends install build-essential \
|
||||
texlive-latex-base texlive-latex-recommended
|
||||
|
||||
- name: "Checkout repo"
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user