From f80539e7e4384bb2f3ea26c1a07c3a57c5fa5e71 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Jul 2025 13:06:17 -0500 Subject: [PATCH] Update .github/workflows/lint_and_compile.yml --- .github/workflows/lint_and_compile.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 02ea9a2..59e27b4 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -6,17 +6,16 @@ jobs: container: image: ubuntu steps: + - name: Install packages + run: sudo apt-get update && sudo apt-get install -y nodejs git python3 - name: Check out repository code uses: actions/checkout@v4 - with: - node-version: 18 - name: Clone supercharge docs repository uses: actions/checkout@v4 with: repository: Homelab/qmk_firmware path: qmk_firmware ref: master - node-version: 18 - name: Setup run: | pwd