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 852c3d3 commit c83f247
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 @@ -141,8 +141,8 @@ jobs:
- name: Install Google SDK
shell: cmd
run: |
wget https://storage.googleapis.com/cloud-sdk-release/google-cloud-cli-502.0.0-windows-x86_64.zip -o gcloud-sdk.zip
tar -xf gcloud-sdk.zip
curl.exe -o gcloud-sdk.zip --url https://storage.googleapis.com/cloud-sdk-release/google-cloud-cli-502.0.0-windows-x86_64.zip
tar -xf gcloud-sdk.zip
dir .
.\google-cloud-sdk\install.sh --quiet
echo "D:\a\ds2-2025\ds2-2025\google-cloud-sdk\bin" >> $GITHUB_PATH
Expand Down

0 comments on commit c83f247

Please sign in to comment.