main
朱子楚\zhuzi 2023-03-30 22:10:05 +08:00
parent e014aa774d
commit 1ab69e401a
4 changed files with 11 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
modules: 'all'
modules: 'qtmultimedia'
- uses: actions/checkout@v2
with:
fetch-depth: 1

View File

@ -25,10 +25,11 @@ jobs:
targetName: example
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v2
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
modules: 'qtmultimedia'
- 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

@ -35,9 +35,15 @@ jobs:
# 使用外部action。这个action专门用来安装Qt
uses: jurplel/install-qt-action@v3
with:
# Version of Qt to install
version: ${{ matrix.qt_ver }}
# Target platform for build
# target: ${{ matrix.qt_target }}
arch: ${{ matrix.qt_arch }}
cached: 'false'
modules: 'all'
install-deps: 'true'
modules: 'qtmultimedia'
archives: 'qtbase qtsvg'
# 拉取代码
- uses: actions/checkout@v2
with:

1
aqtinstall.log Normal file
View File

@ -0,0 +1 @@
2023-03-30 22:02:12,816 - aqt.helper - DEBUG - helper 13344 Attempt to download checksum at https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/qt5_5152/Updates.xml.sha256