From 728fb14a0be805c8d65b1b2631c26d315da9d3c6 Mon Sep 17 00:00:00 2001 From: Dave Vigil Date: Mon, 14 Jul 2025 16:41:21 -0500 Subject: [PATCH] Fixing git workflow build --- .github/workflows/lint_and_compile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 57b26b2..90a7f6e 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -6,6 +6,8 @@ jobs: container: image: qmkfm/qmk_cli steps: + - name: Install packages + run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync gcc-arm-none-eabi - name: Check out repository code uses: actions/checkout@v4 - name: Clone supercharge docs repository