Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl authored May 10, 2023
1 parent 22f0f31 commit 7e7b2bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v3
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
- name: Restore NuGet Packages
run: nuget restore QEMUWF.sln
uses: microsoft/[email protected]
- name: Build
run: msbuild QEMUWF.sln /p:Configuration=Release /p:platform=x86
- name: Upload QEMUWF
Expand Down

0 comments on commit 7e7b2bd

Please sign in to comment.