From 819e824552f98338b5863b99410403c1f4f083c1 Mon Sep 17 00:00:00 2001 From: ruinivist Date: Tue, 24 Feb 2026 00:02:20 +0000 Subject: [PATCH] ci: install make --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 63cd1cd..9a472b2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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