diff --git a/.github/workflows/stm32.yaml b/.github/workflows/stm32.yaml index cf9cf354..e47f046e 100644 --- a/.github/workflows/stm32.yaml +++ b/.github/workflows/stm32.yaml @@ -75,7 +75,7 @@ jobs: python-version: '3.9' - name: Install cpplint - run: pip install --upgrade cpplint + run: pip install cpplint==1.6.1 - name: Run linter run: cpplint --recursive lib Src/examples test