We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf6c4b commit e29e0a1Copy full SHA for e29e0a1
.github/workflows/test-scripts.yml
@@ -24,6 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
- run: |
27
+ sudo apt-get install conntrack
28
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')"
29
chmod +x minikube
30
sudo mv minikube /bin/
0 commit comments