Skip to content

Commit

Permalink
change cd expression to find
Browse files Browse the repository at this point in the history
  • Loading branch information
mroley1 committed May 10, 2024
1 parent ae1dd1f commit 9d72937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt install wget perl-tk
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xf install-tl-unx.tar.gz
cd install-tl-20220211
find . -maxdepth 1 -name "install-tl-\d*" -type d -exec cd {} \;
sudo ./install-tl
cat >> ~/.profile << EOF
export PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
Expand Down

0 comments on commit 9d72937

Please sign in to comment.