Skip to content

Commit

Permalink
Update build-env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Jan 14, 2025
1 parent e5727e2 commit 3492f25
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,15 @@ jobs:
- name: Help Google SDK
shell: cmd
run: |
call "C:\Program Files\google-cloud-sdk\install.bat --help"
cd /d C:\Program Files\google-cloud-sdk
dir .
.\install.bat --help
- name: Install Google SDK 1
shell: cmd
run: |
.\google-cloud-sdk\install.bat --quiet --path-update true
cd /d C:\Program Files\google-cloud-sdk
.\install.bat --quiet --path-update true
- name: Install Google SDK 2
shell: cmd
Expand Down

0 comments on commit 3492f25

Please sign in to comment.