Skip to content

Commit

Permalink
install build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 16, 2024
1 parent d341ca0 commit ff7e223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev postgresql
sudo apt-get install -y pkg-config libssl-dev postgresql build-essential
- name: Run functional tests
run: |
USER=$(whoami)
Expand Down

0 comments on commit ff7e223

Please sign in to comment.