Skip to content

Commit b6045d8

Browse files
committed
fix(ci): corregir nombre del paquete pygments para Alpine Linux
El contenedor de xu-cheng/latex-action usa Alpine Linux donde el paquete se llama 'py3-pygments', no 'python3-pygments'
1 parent 95aeaa0 commit b6045d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
latexmk_use_lualatex: true
3636
latexmk_shell_escape: true
3737
extra_system_packages: |
38-
python3-pygments
38+
py3-pygments
3939
4040
- name: Upload PDF artifact
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)