We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d4983 commit 2ca19b2Copy full SHA for 2ca19b2
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
$env:Path += ";" + "$($PWD)\ManimCache\FFmpeg\bin"
108
$env:Path += ";" + "$($PWD)\ManimCache\LatexWindows\TinyTeX\bin\win32"
109
$env:Path += ";" + "$($PWD)\ManimCache\SoX"
110
- $rnv:Path += ";" + "$($PWD)\ManimCache\Pango"
+ $env:Path += ";" + "$($PWD)\ManimCache\Pango"
111
$env:Path = "$env:USERPROFILE\.poetry\bin;$($env:PATH)"
112
echo "::set-env name=Path::$env:Path"
113
0 commit comments