diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index b2c301d..43c739f 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -7,7 +7,7 @@ jobs: image: ubuntu steps: - name: Install packages - run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync + 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