Skip to content

Commit

Permalink
Install additional packages before checking line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 13, 2024
1 parent a326478 commit e7160d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
with:
repository: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
- name: Install additional packages
run: |
set -ex
sudo apt -qy update
sudo apt -qy install --no-install-recommends git latexmk lua-check make texlive-xetex
- name: Extract scripts
run: make base
- name: Check the line length
Expand Down

0 comments on commit e7160d6

Please sign in to comment.