mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: install build essential
This commit is contained in:
parent
5ab39cec0a
commit
361cbada9c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
|
@ -18,6 +18,9 @@ jobs:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
run: sudo apt-get install -y python3 python3-venv
|
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
|
# For shfmt pre-commit hook
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue