mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed Github CI build.
This commit is contained in:
parent
4452edcaad
commit
ea3191badf
3 changed files with 4 additions and 3 deletions
3
.github/workflows/mac.yml
vendored
3
.github/workflows/mac.yml
vendored
|
@ -449,10 +449,11 @@ jobs:
|
||||||
|
|
||||||
git clone git://code.qt.io/qt/qt5.git qt_$QT
|
git clone git://code.qt.io/qt/qt5.git qt_$QT
|
||||||
cd qt_$QT
|
cd qt_$QT
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats
|
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
|
||||||
git checkout v5.15.2
|
git checkout v5.15.2
|
||||||
git submodule update qtbase
|
git submodule update qtbase
|
||||||
git submodule update qtimageformats
|
git submodule update qtimageformats
|
||||||
|
git submodule update qtsvg
|
||||||
cd qtbase
|
cd qtbase
|
||||||
find ../../patches/qtbase_$QT -type f -print0 | sort -z | xargs -0 git apply
|
find ../../patches/qtbase_$QT -type f -print0 | sort -z | xargs -0 git apply
|
||||||
cd ..
|
cd ..
|
||||||
|
|
3
.github/workflows/win.yml
vendored
3
.github/workflows/win.yml
vendored
|
@ -343,10 +343,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone git://code.qt.io/qt/qt5.git qt_%QT%
|
git clone git://code.qt.io/qt/qt5.git qt_%QT%
|
||||||
cd qt_%QT%
|
cd qt_%QT%
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats
|
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
|
||||||
git checkout v%QT_VER%
|
git checkout v%QT_VER%
|
||||||
git submodule update qtbase
|
git submodule update qtbase
|
||||||
git submodule update qtimageformats
|
git submodule update qtimageformats
|
||||||
|
git submodule update qtsvg
|
||||||
cd qtbase
|
cd qtbase
|
||||||
for /r %%i in (..\..\patches\qtbase_%QT%\*) do git apply %%i
|
for /r %%i in (..\..\patches\qtbase_%QT%\*) do git apply %%i
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -557,7 +557,6 @@ void RepliesWidget::chooseAttach() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!result.remoteContent.isEmpty()) {
|
if (!result.remoteContent.isEmpty()) {
|
||||||
auto animated = false;
|
|
||||||
auto read = Images::Read({
|
auto read = Images::Read({
|
||||||
.content = result.remoteContent,
|
.content = result.remoteContent,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue