Skip to content

Commit a525f47

Browse files
committed
CI GPUJPEG Win: upstream file name has changed
1 parent 5812cf1 commit a525f47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/scripts/Windows/prepare_msys.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ install_deltacast() {(
8989
)}
9090

9191
install_gpujpeg() {(
92+
fname=GPUJPEG-Windows.zip
9293
wget --no-verbose \
93-
https://github.com/CESNET/GPUJPEG/releases/download/continuous/GPUJPEG.zip
94-
unzip GPUJPEG.zip
94+
https://github.com/CESNET/GPUJPEG/releases/download/continuous/"$fname"
95+
unzip "./$fname"
9596
cp -r GPUJPEG/* /usr/local/
9697
)}
9798

0 commit comments

Comments
 (0)