Skip to content

Commit 44f9a7f

Browse files
committed
fix ingress job
1 parent 4e12588 commit 44f9a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ingress.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
3636
- name: Set up environment (download dependencies)
3737
run: |
38+
TMP_DIR=$(mktemp -d)
3839
# kubectl
3940
curl -L https://dl.k8s.io/${{ env.K8S_VERSION }}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
4041
# kind

0 commit comments

Comments
 (0)