diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e7d8ad8..abb1fc0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -34,7 +34,7 @@ jobs: with: version: ${{ matrix.qt_ver }} cached: 'false' - modules: 'all' + modules: 'qtmultimedia' - uses: actions/checkout@v2 with: fetch-depth: 1 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c6ed6aa..4a2cbee 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7b4ab37..8e8d52c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: diff --git a/aqtinstall.log b/aqtinstall.log new file mode 100644 index 0000000..b6945ce --- /dev/null +++ b/aqtinstall.log @@ -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