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 3492f25 commit 2befd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install Google SDK 2
shell: cmd
run: |
setx PATH "%PATH%;D:\a\ds2-2025\ds2-2025\google-cloud-sdk\bin"
setx PATH "%PATH%;C:\Program Files\google-cloud-sdk\bin"
- name: Install Google SDK 3
shell: cmd
Expand All @@ -171,7 +171,7 @@ jobs:
- name: Check Google SDK 1
shell: cmd
run: |
D:\a\ds2-2025\ds2-2025\google-cloud-sdk\bin\gcloud info
C:\Program Files\google-cloud-sdk\bin\gcloud info
- name: Check Google SDK 2
shell: cmd
Expand Down

0 comments on commit 2befd67

Please sign in to comment.