Skip to content

Commit

Permalink
Add build-essential to conductor functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed Oct 17, 2024
1 parent 2ef1179 commit 89c2df7
Showing 1 changed file with 1 addition and 1 deletion.
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 wget
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

0 comments on commit 89c2df7

Please sign in to comment.