From 5cd4aebcbbcbdc6038e2b304cd7130b17359d96a Mon Sep 17 00:00:00 2001 From: Michael Zhang <35476432+M-ichae-l@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:43:35 +0800 Subject: [PATCH] Update CI_compile_examples.yml --- .github/workflows/CI_compile_examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |