We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e96be commit fe6942aCopy full SHA for fe6942a
.github/workflows/build.yml
@@ -12,13 +12,11 @@ jobs:
12
- name: Setup TeXLive and compile document
13
uses: xu-cheng/texlive-action@v2
14
with:
15
- texlive_version: 2023
16
run: |
17
apk add file sudo coreutils
18
chmod +x scripts/install_fonts.sh
19
- echo "PATH=${PATH}"
20
- sudo echo "sudo PATH=${PATH}"
21
- cat /etc/sudoers
+ sed -i -E '/^Defaults[[:space:]]+secure_path/s/^/# /' /etc/sudoers
+ echo /etc/sudoers
22
scripts/install_fonts.sh
23
cat mtpro2-texlive.sh.log
24
latexmk -pdf -file-line-error -halt-on-error -interaction=nonstopmode clrs4e-solutions.tex
0 commit comments