mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
action:python version
This commit is contained in:
parent
27f15f26ea
commit
391222b0ad
6
.github/workflows/ubuntu-6.2-xapian.yml
vendored
6
.github/workflows/ubuntu-6.2-xapian.yml
vendored
|
@ -33,10 +33,7 @@ jobs:
|
|||
version: 23.04.03
|
||||
version-suffix: alpha
|
||||
prerelease: true
|
||||
steps:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
|
@ -45,7 +42,6 @@ jobs:
|
|||
cached: 'false'
|
||||
#serialport linuxdeploy need serialport to work.
|
||||
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech qtserialport
|
||||
setup-python: 'false'
|
||||
|
||||
- name: ubuntu install thirdparty dependencies
|
||||
run: |
|
||||
|
|
6
.github/workflows/ubuntu-6.2.yml
vendored
6
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -34,9 +34,7 @@ jobs:
|
|||
version-suffix: alpha
|
||||
prerelease: true
|
||||
steps:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
|
@ -45,7 +43,7 @@ jobs:
|
|||
cached: 'false'
|
||||
#serialport linuxdeploy need serialport to work.
|
||||
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech qtserialport
|
||||
setup-python: 'false'
|
||||
|
||||
|
||||
- name: ubuntu install thirdparty dependencies
|
||||
run: |
|
||||
|
|
5
.github/workflows/ubuntu-PR-check.yml
vendored
5
.github/workflows/ubuntu-PR-check.yml
vendored
|
@ -27,9 +27,6 @@ jobs:
|
|||
qt_arch: [gcc_64]
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install Qt
|
||||
if: ${{ matrix.qt_ver == '5.15.2' }}
|
||||
uses: jurplel/install-qt-action@v3
|
||||
|
@ -37,7 +34,6 @@ jobs:
|
|||
version: ${{ matrix.qt_ver }}
|
||||
cached: 'false'
|
||||
modules: qtwebengine
|
||||
setup-python: 'false'
|
||||
|
||||
- name: Install Qt
|
||||
if: ${{ matrix.qt_ver != '5.15.2' }}
|
||||
|
@ -47,7 +43,6 @@ jobs:
|
|||
arch: ${{ matrix.qt_arch }}
|
||||
cached: 'false'
|
||||
modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech
|
||||
setup-python: 'false'
|
||||
|
||||
- name: ubuntu install thirdparty dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue