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 2ca19b2 commit 9d04dc2Copy full SHA for 9d04dc2
.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
- $env:Path += ";" + "$($PWD)\ManimCache\Pango"
+ $env:Path += ";" + "$($PWD)\ManimCache\Pango\pango"
111
$env:Path = "$env:USERPROFILE\.poetry\bin;$($env:PATH)"
112
echo "::set-env name=Path::$env:Path"
113
0 commit comments