Skip to content

Commit

Permalink
Add build-essential to crd check
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <[email protected]>
  • Loading branch information
ianstanton committed Oct 17, 2024
1 parent abc7a32 commit 2ef1179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
set -xe
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev git wget
sudo apt-get install -y pkg-config libssl-dev git wget build-essential
- uses: azure/setup-helm@v4
- uses: extractions/setup-just@v2
- name: Install kind
Expand Down

0 comments on commit 2ef1179

Please sign in to comment.