Skip to content

Commit

Permalink
Merge pull request #9 from caibinwav123456/caibinwav123456-patch-2
Browse files Browse the repository at this point in the history
Update Win32.yml
  • Loading branch information
caibinwav123456 authored Mar 17, 2022
2 parents 082f05c + 5afe13d commit 4a69ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

- name: Build x86
working-directory: ${{env.GITHUB_WORKSPACE}}
run: $env:PATH="$env:PATH;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin";msbuild -m -p:Configuration=Release -p:Platform=Win32 .\IPCIF\src\project\win\win32.sln
run: $env:PATH="$env:PATH;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin";msbuild -m -p:Configuration=Release -p:Platform=Win32 .\IPCIF\src\project\win\win32.sln

- name: Build x64
working-directory: ${{env.GITHUB_WORKSPACE}}
run: $env:PATH="$env:PATH;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin";msbuild -m -p:Configuration=Release -p:Platform=x64 .\IPCIF\src\project\win\win32.sln
run: $env:PATH="$env:PATH;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin";msbuild -m -p:Configuration=Release -p:Platform=x64 .\IPCIF\src\project\win\win32.sln

- name: Setup Install x86
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 4a69ab9

Please sign in to comment.