From e014aa774d87ffd0d4ebb58a38be7751ed945675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Thu, 30 Mar 2023 22:02:10 +0800 Subject: [PATCH] update --- .github/workflows/macos.yml | 3 ++- .github/workflows/windows.yml | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4bd9540..e7d8ad8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -30,10 +30,11 @@ jobs: sudo xcode-select --print-path sudo xcode-select --switch /Library/Developer/CommandLineTools - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v2 with: version: ${{ matrix.qt_ver }} cached: 'false' + modules: 'all' - uses: actions/checkout@v2 with: fetch-depth: 1 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e03de63..7b4ab37 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,13 +35,9 @@ 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' - aqtversion: '==2.0.5' + modules: 'all' # 拉取代码 - uses: actions/checkout@v2 with: