File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,7 @@ jobs:
663
663
# Workaround for https://github.com/GoogleCloudPlatform/github-actions/issues/100
664
664
# Must be run after the Python setup action
665
665
- name : Set CLOUDSDK_PYTHON (Windows)
666
+ shell : bash
666
667
if : runner.os == 'Windows' && !cancelled()
667
668
run : echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
668
669
- name : Install Cloud SDK
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ jobs:
123
123
# Workaround for https://github.com/GoogleCloudPlatform/github-actions/issues/100
124
124
# Must be run after the Python setup action
125
125
- name : Set CLOUDSDK_PYTHON (Windows)
126
+ shell : bash
126
127
if : startsWith(matrix.os, 'windows') && !cancelled()
127
128
run : echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
128
129
- name : Install Cloud SDK
You can’t perform that action at this time.
0 commit comments