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 b73ee7e commit eae958f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,14 @@ jobs:
run: |
.\google-cloud-sdk\install.bat --help
- name: Install Google SDK
- name: Install Google SDK 1
shell: cmd
run: |
.\google-cloud-sdk\install.bat --quiet --path-update true
- name: Install Google SDK 2
shell: cmd
run: |
source '.\google-cloud-sdk\path.bash.inc'
source '.\google-cloud-sdk\completion.bash.inc'
Expand Down

0 comments on commit eae958f

Please sign in to comment.