Skip to content

Commit 398e773

Browse files
Fix deprecated env setting in tests
1 parent 439c466 commit 398e773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ jobs:
664664
# Must be run after the Python setup action
665665
- name: Set CLOUDSDK_PYTHON (Windows)
666666
if: startsWith(matrix.os, 'windows') && !cancelled()
667-
run: echo "::set-env name=CLOUDSDK_PYTHON::${{env.pythonLocation}}\python.exe"
667+
run: echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
668668
- name: Install Cloud SDK
669669
if: ${{ !cancelled() }}
670670
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

0 commit comments

Comments
 (0)