diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 1a7037aab..0b2e40adb 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -113,6 +113,7 @@ jobs: - name: Compile examples uses: arduino/compile-sketches@v1.0.0 with: + cli-version: 0.35.3 github-token: ${{ secrets.GITHUB_TOKEN }} fqbn: ${{ matrix.board.fqbn }} platforms: ${{ matrix.board.platforms }}