Skip to content

Commit 7c6e1d7

Browse files
authored
Must adjust GITHUB_PATH (#87)
1 parent e34733d commit 7c6e1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
mkdir -p $HOME/bin
3636
curl -Lo $HOME/bin/skaffold https://storage.googleapis.com/skaffold/builds/latest/skaffold-linux-amd64
3737
curl -Lo $HOME/bin/container-structure-test https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64
38-
curl -Lo $HOME/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.9.0/kind-linux-amd64
38+
curl -Lo $HOME/bin/kind https://github.com/kubernetes-sigs/kind/releases/download/v0.11.1/kind-linux-amd64
3939
curl -Lo $HOME/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.18.0/bin/linux/amd64/kubectl
4040
chmod +x $HOME/bin/*
41-
export PATH=$HOME/bin:$PATH
41+
echo "$HOME/bin" >> $GITHUB_PATH
4242
4343
- name: Run nodejs helper tests
4444
run: |

0 commit comments

Comments
 (0)