Skip to content

Commit

Permalink
- remove checkout step
Browse files Browse the repository at this point in the history
- desable deltas report for new board
  • Loading branch information
LinjingZhang committed Dec 13, 2023
1 parent a24197b commit 3a26c65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compile-platform-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ jobs:
alarmRtc-sketch-paths: |
- libraries/RTC/examples/AlarmRTC
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Compile examples
uses: arduino/compile-sketches@v1
with:
Expand Down Expand Up @@ -178,7 +175,7 @@ jobs:
${{ matrix.multiSerial-sketch-paths }}
${{ matrix.dma-sketch-paths }}
${{ matrix.alarmRtc-sketch-paths }}
enable-deltas-report: true
enable-deltas-report: false
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

- name: Save sketches report as workflow artifact
Expand Down

0 comments on commit 3a26c65

Please sign in to comment.