Skip to content

Commit

Permalink
packages: scheme-basic
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 26, 2024
1 parent b070cd0 commit 7381c38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
submodules: recursive
- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
# with:
# packages: scheme-basic
with:
packages: scheme-basic
- name: Check `latex`
run: |
echo $GITHUB_PATH
tlmgr --version
echo "pdftex=" `tlmgr path pdftex`
echo "pdflatex=" `tlmgr path pdflatex`
ln -s `tlmgr path pdflatex` /usr/local/bin/latex
echo "tlmgr=" `which tlmgr`
echo "pdftex=" `which pdftex`
echo "pdflatex=" `which pdflatex`
echo "latex=" `which latex`
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 7381c38

Please sign in to comment.