main
朱子楚\zhuzi 2023-03-25 10:31:12 +08:00
parent b6befc4416
commit 0f7c5f4ff5
3 changed files with 4 additions and 8 deletions

View File

@ -30,9 +30,10 @@ jobs:
sudo xcode-select --print-path
sudo xcode-select --switch /Library/Developer/CommandLineTools
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_ver }}
modules: 'qtmultimedia qt5compat qtshadertools'
cached: 'false'
- uses: actions/checkout@v2
with:

View File

@ -30,10 +30,11 @@ jobs:
targetName: example
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
modules: 'qtmultimedia qt5compat qtshadertools'
- name: ubuntu install GL library
run: sudo apt-get install -y libglew-dev libglfw3-dev qml-module-qtquick-controls qml-module-qtquick-controls2
- uses: actions/checkout@v2

View File

@ -39,13 +39,7 @@ jobs:
# Version of Qt to install
version: ${{ matrix.qt_ver }}
modules: 'qtmultimedia qt5compat qtshadertools'
# Target platform for build
# target: ${{ matrix.qt_target }}
set-env: 'true'
tools-only: 'false'
aqtversion: '==2.1.*'
py7zrversion: '==0.19.*'
extra: '--external 7z'
arch: ${{ matrix.qt_arch }}
cached: 'false'
# 拉取代码