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

Commit

Permalink
checkout grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent 3408d00 commit a4b9614
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,13 @@ jobs:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v3

- name: Checkout gRPC repository
uses: actions/checkout@v3
with:
path: grpc

- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: Build gRPC ${{ matrix.arch }} bit ( ${{ matrix.configuration }} )
working-directory: ${{ github.workspace }}/grpc/build_windows_${{ matrix.arch }}
shell: cmd
run: |
del /F /Q CMakeCache.txt
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
msbuild.exe -maxcpucount /t:Build /m /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ env.PLATFORM }} /fl /flp:logfile=build-${{ matrix.arch }}.${{ matrix.configuration }}.log;verbosity=diagnostic grpc.sln

0 comments on commit a4b9614

Please sign in to comment.