Skip to content

Commit c0d1e10

Browse files
committed
CI: modify qtermwidget url
1 parent 2e0753e commit c0d1e10

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Script/build_depend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ if [ $QTERMWIDGET -eq 1 ]; then
513513
cmake --build . --config Release --target install
514514
fi
515515
if [ ! -d ${INSTALL_DIR}/lib/cmake/qtermwidget6 ]; then
516-
git clone -b 2.2.0 --depth=1 https://github.com/lxqt/qtermwidget.git
516+
git clone --depth=1 https://github.com/KangLin/qtermwidget.git
517517
cd qtermwidget
518518
cmake -E make_directory build
519519
cd build

snap/snapcraft.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ parts:
240240
# See 'snapcraft plugins'
241241
# see: https://snapcraft.io/docs/supported-plugins
242242
plugin: cmake # See: https://snapcraft.io/docs/cmake-plugin
243-
source: https://github.com/lxqt/qtermwidget.git
243+
source: https://github.com/KangLin/qtermwidget.git
244244
source-type: git
245-
source-tag: 2.2.0
245+
#source-tag: 2.2.0
246+
source-branch: master
246247
source-depth: 1
247248
after:
248249
- lxqt-build-tools

0 commit comments

Comments
 (0)