Skip to content

Commit d6d4983

Browse files
committed
Fix windows CI
1 parent 35bd372 commit d6d4983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
7z x "$($env:TMP)\ffmpeg.zip" -o"$($PWD)\ManimCache"
9999
Move-Item "ManimCache\ffmpeg-*" "ManimCache\FFmpeg"
100100
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"
101+
mkdir "$($PWD)\ManimCache\Pango"
102+
7z x "$($env:TMP)\Pango.zip" -o"$($PWD)\ManimCache\Pango"
102103
103104
- name: Add Windows dependecies to path
104105
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)