Skip to content

Commit e29e0a1

Browse files
committed
chore(gh-actions): install conntrack before minikube
1 parent 7bf6c4b commit e29e0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-scripts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626
- run: |
27+
sudo apt-get install conntrack
2728
curl -sLo minikube "$(curl -sL https://api.github.com/repos/kubernetes/minikube/releases/latest | jq -r '[.assets[] | select(.name == "minikube-linux-amd64")] | first | .browser_download_url')"
2829
chmod +x minikube
2930
sudo mv minikube /bin/

0 commit comments

Comments
 (0)