From 12958b8491aed23aeba6ba5dc6ad7c46e668d4ff Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Sun, 7 Jul 2024 12:32:43 +0200 Subject: [PATCH] Downgrade arduino cli version --- .github/workflows/compile_examples.yml | 1 + 1 file changed, 1 insertion(+) 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 }}