ci: use python3 to build
Some checks failed
/ release-deploy (push) Has been skipped
/ release-build (push) Failing after 6m58s

This commit is contained in:
Antoine Martin 2025-09-04 09:40:42 -04:00
parent 0c906b4e5e
commit a53363295b
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -44,12 +44,12 @@ jobs:
ln -s /usr/lib/x86_64-linux-gnu/qt5/bin build/build_tools/system_qt-$qtver/gcc_64/bin
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins build/build_tools/system_qt-$qtver/gcc_64/plugins
cd build/build_tools/tools/linux
python2 ./deps.py
python3 ./deps.py
- name: Build server
run: |
cd build/build_tools
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt-$qtver
python2 ./make.py
python3 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt-$qtver
python3 ./make.py
- name: Build package
run: |
cd build/document-server-package