Skip to content

Commit

Permalink
make executable
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Apr 22, 2024
1 parent 1cb79f0 commit d6a9c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: |
mkdir -p ./bin
wget https://spin-shim-distro-tbejvvom.fermyon.app/static/containerd-shim-spin-v2 -O ./bin/containerd-shim-spin-v2
ls -ltr ./bin/containerd-shim-spin-v2
./bin/containerd-shim-spin-v2 -v
chmod +x ./bin/containerd-shim-spin-v2
- name: install k3d
run: make install-k3d
working-directory: ./deployments/k3d
Expand Down

0 comments on commit d6a9c78

Please sign in to comment.