Skip to content

Commit

Permalink
create bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Aug 10, 2024
1 parent acafd41 commit 3baf1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
curl -sSLO "https://github.com/k3d-io/k3d/releases/download/${K3D_VERSION}/k3d-linux-amd64"
echo "${K3D_SHA256SUM} k3d-linux-amd64" | sha256sum -c --quiet --strict
chmod +x k3d-linux-amd64
ls -alh $HOME/.local
mkdir -p $HOME/.local/bin
mv ./k3d-linux-amd64 "$HOME/.local/bin/k3d"
k3d version
Expand Down

0 comments on commit 3baf1fb

Please sign in to comment.