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

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent 7091551 commit 6580984
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,20 @@ jobs:
build:
strategy:
matrix:
arch: ['32', '64']
configuration: ['Release', 'Debug']
arch: ['64']
configuration: ['Release']
fail-fast: false

runs-on: windows-latest

steps:
- name: VS install
shell: pwsh
working-directory: ${{ github.workspace }}
run: |
ls "c:/Program Files/Microsoft Visual Studio/2022/"
exit 1
- name: Set git to use LF
run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -69,7 +76,6 @@ jobs:
working-directory: ${{ github.workspace }}/grpc/build_windows_${{ matrix.arch }}
shell: cmd
run: |
dir "c:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\"
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

0 comments on commit 6580984

Please sign in to comment.