Skip to content

Commit 9e85306

Browse files
committed
Fix the temp MLT version pin
1 parent 385ff23 commit 9e85306

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
echo CLEANUP=0 > build-shotcut.conf
2929
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
3030
31-
echo MLT_HEAD=0 > build-shotcut.conf
32-
echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 > build-shotcut.conf
31+
echo MLT_HEAD=0 >> build-shotcut.conf
32+
echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 >> build-shotcut.conf
3333
3434
docker run -v $PWD:/root/shotcut $IMAGE_NAME
3535
echo Renaming build artifacts

.github/workflows/build-sdk-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
8888
echo ENABLE_GLAXNIMATE=0 >> build-shotcut.conf
8989
echo DEBUG_BUILD=1 >> build-shotcut.conf
90+
91+
echo MLT_HEAD=0 >> build-shotcut.conf
92+
echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 >> build-shotcut.conf
93+
9094
bash scripts/build-shotcut-msys2.sh -s
9195
mv build/shotcut-sdk.txz build/shotcut-win64-sdk-$FILENAME_VERSION.txz
9296
echo Done

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
echo INSTALL_DIR=\"$CHECKOUT_DIR/build\" > build-shotcut.conf
9292
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
9393
94-
echo MLT_HEAD=0 > build-shotcut.conf
95-
echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 > build-shotcut.conf
94+
echo MLT_HEAD=0 >> build-shotcut.conf
95+
echo MLT_REVISION=8988ffd6677a89445e6307ba7035241abbce3a70 >> build-shotcut.conf
9696
9797
bash scripts/build-shotcut-msys2.sh
9898
pushd build

0 commit comments

Comments
 (0)