Skip to content

Commit

Permalink
Update Win32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caibinwav123456 authored Mar 17, 2022
1 parent 1a13984 commit 5afe13d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: test_vswhere
working-directory: ${{env.GITHUB_WORKSPACE}}
run: vswhere

- name: ls
working-directory: ${{env.GITHUB_WORKSPACE}}
run: ls "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

- name: Build x86
working-directory: ${{env.GITHUB_WORKSPACE}}
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
Expand Down

0 comments on commit 5afe13d

Please sign in to comment.