Skip to content

Commit ddcd5cc

Browse files
committed
The set-env command is disabled
1 parent 8d750e3 commit ddcd5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pytorch-test-tpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
# https://github.com/actions/setup-go/issues/12#issuecomment-583361333
6161
- name: Set GOPATH
6262
run: |
63-
echo "##[set-env name=GOPATH;]$(dirname $GITHUB_WORKSPACE)"
64-
echo "##[add-path]$(dirname $GITHUB_WORKSPACE)/bin"
63+
echo "{GOPATH}=$(dirname $GITHUB_WORKSPACE)" >> $GITHUB_ENV
64+
echo "$(dirname $GITHUB_WORKSPACE)/bin" >> $GITHUB_PATH
6565
shell: bash
6666

6767
- name: Install jsonnet

0 commit comments

Comments
 (0)