mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-04-03 16:39:44 -04:00
ci: use curl instead of wget
This commit is contained in:
parent
64a94062d9
commit
da5b3692e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
|
||||
wget -c https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
|
||||
curl -fLOSs https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
|
||||
7z x $FILENAME.zip
|
||||
$FILENAME >> $GITHUB_PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue