mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Use ilammy/msvc-dev
This commit is contained in:
parent
223a6c5737
commit
b452ebf090
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -154,6 +154,15 @@ jobs:
|
||||
#
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
#
|
||||
# Configure MSVC
|
||||
#
|
||||
- name: Configure MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x64
|
||||
spectre: true
|
||||
|
||||
#
|
||||
# Install Qt
|
||||
@ -171,15 +180,7 @@ jobs:
|
||||
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
|
||||
scoop bucket add extras
|
||||
scoop install nsis
|
||||
|
||||
#
|
||||
# Setup MSVC
|
||||
#
|
||||
- name: Setup MSVC environment
|
||||
run: |
|
||||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build"
|
||||
vcvars64.bat
|
||||
cd ${{env.GITHUB_WORKSPACE}}
|
||||
|
||||
#
|
||||
# Compile application
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user