Skip to content

Commit f57a242

Browse files
committed
Clean up commented out gcloud install step.
This was accidentally left in from #9225. Bug: 432823450
1 parent 6cfee3c commit f57a242

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/actions/sccache/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ runs:
1010
- name: Install sccache
1111
shell: bash
1212
run: brew install sccache
13-
# - name: 'Set up Cloud SDK'
14-
# if: inputs.sccache_gcs_key == ''
15-
# uses: 'google-github-actions/setup-gcloud@v3'
16-
# with:
17-
# version: '>= 363.0.0'
1813
- name: Configure sccache
1914
shell: bash
2015
env:

0 commit comments

Comments
 (0)