Skip to content

Commit

Permalink
fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 20, 2024
1 parent 823625e commit 8a4b72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sdk-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
cd Qt
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.7.0-x64-mingw.txz
echo Extracting Qt
tar -xJf qt-6.5.3-x64-mingw.txz
rm qt-6.5.3-x64-mingw.txz
tar -xJf qt-6.7.0-x64-mingw.txz
rm qt-6.7.0-x64-mingw.txz
cd ..
echo Downloading prebuilt SWH LADSPA plugins
curl -LO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/swh-plugins-win64-0.4.15.tar.xz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
echo Downloading Qt
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/qt-6.7.0-x64-mingw.txz
echo Extracting Qt
tar -xJf qt-6.5.3-x64-mingw.txz
rm qt-6.5.3-x64-mingw.txz
tar -xJf qt-6.7.0-x64-mingw.txz
rm qt-6.7.0-x64-mingw.txz
cd ..
echo Downloading prebuilt SWH LADSPA plugins
curl -kLO --no-progress-meter https://s3.amazonaws.com/misc.meltymedia/shotcut-build/swh-plugins-win64-0.4.15.tar.xz
Expand Down

0 comments on commit 8a4b72a

Please sign in to comment.