File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ jobs:
7979 FILENAME_VERSION=$VERSION
8080 pushd "$HOME"
8181 echo Downloading a few prebuilt dependencies
82- curl -LO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v6 .txz
82+ curl -LO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v7 .txz
8383 echo Extracting prebuilt dependencies
84- tar -xJf mlt-prebuilt-mingw64-v6 .txz
85- rm mlt-prebuilt-mingw64-v6 .txz
84+ tar -xJf mlt-prebuilt-mingw64-v7 .txz
85+ rm mlt-prebuilt-mingw64-v7 .txz
8686 CHECKOUT_DIR=$(popd)
8787 popd
8888 echo Running the build script
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ jobs:
9090 echo VERSION=$VERSION
9191 cd "$HOME"
9292 echo Downloading a few prebuilt dependencies
93- curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v6 .txz
93+ curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/mlt-prebuilt-mingw64-v7 .txz
9494 echo Extracting prebuilt dependencies
95- tar -xJf mlt-prebuilt-mingw64-v6 .txz
96- rm mlt-prebuilt-mingw64-v6 .txz
95+ tar -xJf mlt-prebuilt-mingw64-v7 .txz
96+ rm mlt-prebuilt-mingw64-v7 .txz
9797
9898 - name : Build
9999 shell : msys2 {0}
You can’t perform that action at this time.
0 commit comments