Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jan 11, 2025
1 parent b629025 commit 3aaf5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Set up Minikube
if: steps.list-changed.outputs.changed == 'true'
run:
run: |
curl -LO https://github.com/kubernetes/minikube/releases/download/v1.34.0/minikube_1.34.0-0_amd64.deb
sudo dpkg -i minikube_1.34.0-0_amd64.deb
minikube start
Expand Down

0 comments on commit 3aaf5ab

Please sign in to comment.