Skip to content

Commit

Permalink
do not update everything all the time, this is too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed May 10, 2024
1 parent 8ce38ea commit 71bc380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
steps:
- name: Install tools
run: |
tlmgr update --self
tlmgr update --all
# tlmgr update --self
# tlmgr update --all
tlmgr install hyphen-french hyph-utf8 hyphen-german
apk add make
apk add git
apk add py3-pygments
Expand Down

0 comments on commit 71bc380

Please sign in to comment.