Skip to content

Commit

Permalink
CI GPUJPEG Win: upstream file name has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jan 27, 2025
1 parent 5812cf1 commit a525f47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/scripts/Windows/prepare_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@ install_deltacast() {(
)}

install_gpujpeg() {(
fname=GPUJPEG-Windows.zip
wget --no-verbose \
https://github.com/CESNET/GPUJPEG/releases/download/continuous/GPUJPEG.zip
unzip GPUJPEG.zip
https://github.com/CESNET/GPUJPEG/releases/download/continuous/"$fname"
unzip "./$fname"
cp -r GPUJPEG/* /usr/local/
)}

Expand Down

0 comments on commit a525f47

Please sign in to comment.