Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
update working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 6, 2023
1 parent c74a06e commit 41bec1d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,10 @@ jobs:
uses: microsoft/[email protected]

- name: Build gRPC ${{ matrix.arch }} bit ( ${{ matrix.configuration }} )
working-directory: ${{ github.workspace }}/grpc/build_windows_${{ matrix.arch }}
shell: cmd
run: |
cd ${{ github.workspace }}/grpc/build_windows_${{ matrix.arch}}
dir "C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\share\"
dir "C:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\Common7\\IDE\\CommonExtensions\\Microsoft\\CMake\\CMake\\share\\"
msbuild.exe -maxcpucount /t:Clean,Build /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ env.PLATFORM }} /fl /flp:logfile=build-${{ matrix.arch }}.${{ matrix.configuration }}.log;verbosity=diagnostic grpc.sln
working-directory: ${{ github.workspace }}
env:
WORKSPACE: ${{ github.workspace }}
MSBUILD_COMMAND: msbuild.exe

0 comments on commit 41bec1d

Please sign in to comment.