diff --git a/.github/workflows/CI_compile_examples.yml b/.github/workflows/CI_compile_examples.yml index 5dc929d1..6383c113 100644 --- a/.github/workflows/CI_compile_examples.yml +++ b/.github/workflows/CI_compile_examples.yml @@ -102,7 +102,7 @@ jobs: Arduino_zip_libraries - name: Compile examples dev - uses: arduino/compile-sketches@main + uses: arduino/compile-sketches@v1.1.1 with: fqbn: realtek:AmebaD:${{ matrix.board.fqbn }} sketch-paths: | @@ -124,7 +124,7 @@ jobs: if: ${{ github.ref == 'refs/heads/dev' || github.event.pull_request.base.ref == 'dev'}} - name: Compile examples master - uses: arduino/compile-sketches@main + uses: arduino/compile-sketches@v1.1.1 with: fqbn: realtek:AmebaD:${{ matrix.board.fqbn }} sketch-paths: |