Fix path execution for TinyTex Windows installer

This commit is contained in:
Francisco Manríquez Novoa 2026-04-06 11:44:21 -04:00 committed by GitHub
commit 5cd9709159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ jobs:
$OriPath = $env:PATH
echo "Install Tinytex"
Invoke-WebRequest "https://github.com/rstudio/tinytex-releases/releases/download/daily/TinyTeX-1-windows.exe" -OutFile "$($env:TMP)\TinyTex.exe"
"$($env:TMP)\TinyTex.exe" -o"$($PWD)\ManimCache\LatexWindows"
.$env:TMP\TinyTex.exe -o"$($PWD)\ManimCache\LatexWindows"
$env:Path = "$($PWD)\ManimCache\LatexWindows\TinyTeX\bin\windows;$($env:PATH)"
tlmgr update --self
tlmgr install $tinyTexPackages