Skip to content

Commit

Permalink
update windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Dec 5, 2019
1 parent 0710075 commit e928b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- 'README.md'
- 'LICENSE'
jobs:
build:
name: Build
windowsBuildJob:
name: windows
# 运行平台, windows-latest目前是windows server 2019
runs-on: windows-latest
strategy:
Expand All @@ -41,8 +41,8 @@ jobs:
msvc_arch: x64
- qt_arch: win32_msvc2017
msvc_arch: x86
env:
targetName: HelloActions-Qt.exe
env:
targetName: HelloActions-Qt.exe
# 步骤
steps:
# 安装Qt
Expand Down

0 comments on commit e928b36

Please sign in to comment.