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 35bd372 commit d6d4983Copy full SHA for d6d4983
.github/workflows/ci.yml
@@ -98,7 +98,8 @@ jobs:
98
7z x "$($env:TMP)\ffmpeg.zip" -o"$($PWD)\ManimCache"
99
Move-Item "ManimCache\ffmpeg-*" "ManimCache\FFmpeg"
100
Invoke-WebRequest "https://github.com/ManimCommunity/manim-windows/releases/download/$($pangoVersion)/pango-windows-binaires-x64.zip" -O "$($env:TMP)\Pango.zip"
101
- 7z x "$($env:TMP)\$($Pango).zip" -o"$($PWD)\ManimCache\Pango"
+ mkdir "$($PWD)\ManimCache\Pango"
102
+ 7z x "$($env:TMP)\Pango.zip" -o"$($PWD)\ManimCache\Pango"
103
104
- name: Add Windows dependecies to path
105
if: runner.os == 'Windows'
0 commit comments