Skip to content

Commit

Permalink
Align k3d
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Dec 10, 2024
1 parent b165e15 commit 60ed17c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/install-k3d/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ runs:
- name: Install k3d
shell: bash
run: |
wget -qO - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v${{ inputs.k3d_version }} bash
curl -s https://github.com/k3d-io/k3d/releases/download/v${{ inputs.k3d_version }}/k3d-linux-amd64 -o k3d
chmod +x k3d
mv k3d ./bin/
echo "$(pwd)/bin" >> $GITHUB_PATH

0 comments on commit 60ed17c

Please sign in to comment.