Skip to content

Commit

Permalink
Need to install Carvel tools first.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Nov 28, 2022
1 parent 1fc3ec1 commit 7cb737c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ jobs:
name: educates-darwin-amd64
path: client-programs

- name: Install Carvel tools
shell: bash
run: curl -L https://carvel.dev/install.sh | bash

- name: Publish client programs
shell: bash
run: |
Expand Down

0 comments on commit 7cb737c

Please sign in to comment.