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