Skip to content

Commit 4b9644d

Browse files
committed
1 parent cee3aea commit 4b9644d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
shell: bash
3434
run: |
3535
pip install poetry
36-
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
3736
3837
- name: Upgrade pip
3938
shell: bash
@@ -64,7 +63,7 @@ jobs:
6463
run: |
6564
go get -u github.com/google/gnxi/gnmi_target
6665
go install -v github.com/google/gnxi/gnmi_target
67-
echo "::set-env name=PATH::`go env GOPATH`/bin:$PATH"
66+
echo `go env GOPATH`/bin >> $GITHUB_PATH
6867
6968
- name: Run tests
7069
shell: bash

0 commit comments

Comments
 (0)