Merge pull request #512 from SimonAfek/feature/fix_msbuild_warning

Fix build action warning + use 64-bit build tools
This commit is contained in:
zeromus 2022-03-01 16:27:05 -06:00 committed by GitHub
commit 95c44e389c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup MSBuild.exe - name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.3 uses: microsoft/setup-msbuild@v1.1
with: with:
msbuild-architecture: x64 msbuild-architecture: x64
vs-version: 16.1 vs-version: 16.1