From 4a325c41afa171874464a47925d17e3eac6e39bd Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Sat, 23 Apr 2022 14:02:34 +0800 Subject: [PATCH] fix:github action install qt throw error on windows platform --- .github/workflows/windows-6.2.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows-6.2.yml b/.github/workflows/windows-6.2.yml index 838f958c4..38c4a046d 100644 --- a/.github/workflows/windows-6.2.yml +++ b/.github/workflows/windows-6.2.yml @@ -50,20 +50,20 @@ jobs: env: targetName: GoldenDict.exe version: 22.4.23-GrainRain - # 步骤 steps: - # 安装Qt + - uses: actions/setup-python@v3 + with: + python-version: '3.9' - name: Install 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: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats - # 拉取代码 + setup-python: 'false' + py7zrversion: '==0.18.1' - uses: actions/checkout@v3 with: fetch-depth: 0