Merge pull request #5633 from danfengliu/cherry-pick-fix-git-action-issue-for-setup-gcloud

Cherry pick to 1.10 for Fix git action issue for setup-gcloud
pull/5644/head v1.10.0-rc.2
qiuming 2022-11-25 12:08:45 +08:00 committed by GitHub
commit b5981f9402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ jobs:
- uses: actions/checkout@v3
# Fix issue of setup-gcloud
- run: |
sudo apt-get install python2.7
export CLOUDSDK_PYTHON="/usr/bin/python2"
- uses: google-github-actions/setup-gcloud@v0
with:
version: '285.0.0'