mirror of https://github.com/flysand7/ciabatta.git
Update build.yml
This commit is contained in:
parent
8237605a53
commit
b862ba1b42
|
@ -19,6 +19,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Setup MSVC Developer Command Prompt
|
||||||
|
uses: TheMrMilchmann/setup-msvc-dev@v2.0.0
|
||||||
|
with:
|
||||||
|
arch: x64
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||||
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
# Add additional options to the MSBuild command line here (like platform or verbosity level).
|
||||||
|
|
Loading…
Reference in New Issue