Skip to content

Commit

Permalink
Test setup-gcloud warning fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed May 3, 2023
1 parent 9f9dddc commit 36de057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Set up Cloud SDK
if: startsWith(${{matrix.target_platform}}, 'android')
uses: google-github-actions/setup-gcloud@v1
uses: isarkis/setup-gcloud@auth_warning
- name: Set Android env vars
if: startsWith(${{matrix.target_platform}}, 'android')
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/actions/gn/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ runs:
echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
- name: Set up Cloud SDK
if: startsWith(${{matrix.target_platform}}, 'android')
uses: google-github-actions/setup-gcloud@v1
uses: isarkis/setup-gcloud@auth_warning
- name: Check Auth
shell: bash
run: |
gcloud auth list
- name: Configure Android Environment
shell: bash
if: startsWith(${{matrix.target_platform}}, 'android')
Expand Down

0 comments on commit 36de057

Please sign in to comment.