ci: install make

This commit is contained in:
2026-02-24 00:02:20 +00:00
parent 2b10e398d0
commit 819e824552
+3
View File
@@ -59,5 +59,8 @@ jobs:
- name: Install prettier
run: npm i -g prettier@3.8.1
- name: Install make
run: apt-get install -y --no-install-recommends make
- name: Run lint checks
run: make lint