Skip to content

Commit

Permalink
Update CI_compile_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-ichae-l committed Jun 14, 2024
1 parent f1828ed commit 5cd4aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 5cd4aeb

Please sign in to comment.