You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tlmgr: setting default package repository to http://mirror.ctan.org/systems/texlive/tlnet
tlmgr: updating /usr/local/texlive/2024/tlpkg/texlive.tlpdb
+ /home/runner/work/cam/cam/help/sudo.sh tlmgr --verify-repo=none update --self
tlmgr: Remote database (revision 74056 of the texlive-scripts package)
seems to be older than the local installation (rev 74087 of
texlive-scripts); please use a different mirror and/or wait a day or two.
make: *** [Makefile:83: install] Error 1
Error: Process completed with exit code 2.
The problem is with this part of makefile:
install:
$(call step,install)
which leads to this file install-texlive-depends.sh
We also have this problem, when command make env runs: /home/runner/work/cam/cam/steps/env.sh: line 42: latexmk: command not found
The text was updated successfully, but these errors were encountered:
Error:
The problem is with this part of makefile:
which leads to this file
install-texlive-depends.sh
We also have this problem, when command
make env
runs:/home/runner/work/cam/cam/steps/env.sh: line 42: latexmk: command not found
The text was updated successfully, but these errors were encountered: