Skip to content

Commit

Permalink
Do not install latexmk via apt, install expltools via tlmgr
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Dec 12, 2024
1 parent 4fed6cb commit b4e3bfc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ jobs:
uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
latexmk
scheme-minimal
xetex
- name: Install additional packages
run: |
set -ex
sudo apt -qy update
sudo apt -qy install --no-install-recommends git latexmk lua-check make
sudo apt -qy install --no-install-recommends git lua-check make
- name: Extract scripts
run: make base
- name: Check the line length
Expand Down Expand Up @@ -84,13 +85,14 @@ jobs:
uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
latexmk
scheme-minimal
xetex
- name: Install additional packages
run: |
set -ex
sudo apt -qy update
sudo apt -qy install --no-install-recommends git latexmk lua-check make
sudo apt -qy install --no-install-recommends git lua-check make
- name: Extract Lua scripts
run: make base
- name: Run luacheck
Expand All @@ -108,13 +110,15 @@ jobs:
uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
expltools
latexmk
scheme-minimal
xetex
- name: Install additional packages
run: |
set -ex
sudo apt -qy update
sudo apt -qy install --no-install-recommends git latexmk make
sudo apt -qy install --no-install-recommends git make
- name: Extract TeX files
run: make base
- name: Run explcheck
Expand All @@ -132,13 +136,14 @@ jobs:
uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
latexmk
scheme-minimal
xetex
- name: Install additional packages
run: |
set -ex
sudo apt -qy update
sudo apt -qy install --no-install-recommends git latexmk make
sudo apt -qy install --no-install-recommends git make
- name: Extract user manual
run: make markdown-transcluded.md
- name: Run MarkdownLint
Expand Down

0 comments on commit b4e3bfc

Please sign in to comment.