ci: install build essential

This commit is contained in:
Revant Nandgaonkar 2023-04-21 11:27:25 +05:30
parent 5ab39cec0a
commit 361cbada9c

View file

@ -18,6 +18,9 @@ jobs:
- name: Setup Python
run: sudo apt-get install -y python3 python3-venv
- name: Setup Build Essential
run: sudo apt-get install -y build-essential
# For shfmt pre-commit hook
- name: Setup Go
uses: actions/setup-go@v4