Skip to content

Commit e536cc0

Browse files
committed
Update github ci file
1 parent 3183345 commit e536cc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
sudo snap install snapcraft --classic
3838
wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_linux_amd64.tar.xz"
39-
wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno_linux_amd64" -O deno
40-
chmod +x deno
39+
wget "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node_linux_amd64" -O node
40+
chmod +x node
4141
tar -xf ffmpeg_linux_amd64.tar.xz
4242
mv ffmpeg_linux_amd64 ffmpeg
4343
chmod +x ffmpeg/bin/ffmpeg
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.os == 'windows-latest'
7575
shell: powershell
7676
run: |
77-
Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/deno.exe" -OutFile deno.exe
77+
Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/node.exe" -OutFile node.exe
7878
Invoke-WebRequest -Uri "https://github.com/aandrew-me/ffmpeg-builds/releases/download/v8/ffmpeg_win64.zip" -OutFile ffmpeg_win64.zip
7979
Expand-Archive -Path ffmpeg_win64.zip -DestinationPath .
8080
Move-Item -Path .\ffmpeg_win64 -Destination .\ffmpeg

0 commit comments

Comments
 (0)