mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-04-05 17:39:44 -04:00
ci: fixed line that was missing an echo
This commit is contained in:
parent
da5b3692e9
commit
aee799ed3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
|
||||
curl -fLOSs https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
|
||||
7z x $FILENAME.zip
|
||||
$FILENAME >> $GITHUB_PATH
|
||||
echo "$FILENAME" >> $GITHUB_PATH
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue