Skip to content

Commit

Permalink
Add wget to kind installation in actions (#1015)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <[email protected]>
  • Loading branch information
ianstanton authored Oct 17, 2024
1 parent aab5565 commit 7e515b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conductor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
set -xe
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev git
sudo apt-get install -y pkg-config libssl-dev git wget build-essential
- uses: azure/setup-helm@v3
- uses: extractions/setup-just@v1
- name: Install kind
Expand Down
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
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 7e515b8

Please sign in to comment.