Skip to content

Commit

Permalink
fix:github action install qt throw error on windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Apr 23, 2022
1 parent 89dc638 commit 4a325c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a325c4

Please sign in to comment.