Skip to content

Commit

Permalink
Merge pull request #16382 from hawkinsp:winci2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 540002613
  • Loading branch information
jax authors committed Jun 13, 2023
2 parents b8f309b + 800463d commit 0b20251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
python -m pip install -r build/test-requirements.txt
"C:\\msys64\\;C:\\msys64\\usr\\bin\\;" >> $env:GITHUB_PATH
python.exe build\build.py `
--output_path=$(Join-Path -Path (Get-Location) -ChildPath "\tmp") `
--cpu="AMD64"
--output_path=$(Join-Path -Path (Get-Location) -ChildPath "\tmp")
- name: Run tests
env:
Expand Down

0 comments on commit 0b20251

Please sign in to comment.