Skip to content

Commit

Permalink
Fix workflow to update tlmgr before install lastpage (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh authored Jan 16, 2024
1 parent cb7ed3e commit 10f0130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/commu

pip install pre-commit

tlmgr update --self
tlmgr option -- autobackup -1
tlmgr install lastpage

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/convert-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
run: |
apk add --no-cache git jq librsvg font-noto-cjk
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community font-carlito
tlmgr update --self
tlmgr install lastpage
- name: Build PDF
Expand Down

0 comments on commit 10f0130

Please sign in to comment.