We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794b393 commit afeb0f3Copy full SHA for afeb0f3
.github/workflows/compile-examples.yml
@@ -63,13 +63,6 @@ jobs:
63
- name: Checkout repository
64
uses: actions/checkout@v4
65
66
- - name: Checkout private library repo
67
- uses: actions/checkout@v4
68
- with:
69
- repository: bcmi-labs/Arduino_LowPowerNiclaVision
70
- token: ${{ secrets.GH_PAT }}
71
- path: Arduino_LowPowerNiclaVision
72
-
73
- name: Compile examples
74
uses: arduino/compile-sketches@v1
75
with:
@@ -81,8 +74,6 @@ jobs:
81
- name: Arduino_PF1550
82
- name: Arduino_LowPowerPortentaH7
83
76
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
84
- - source-path: ./Arduino_LowPowerNiclaVision
85
86
77
sketch-paths: |
87
78
${{ env.UNIVERSAL_SKETCH_PATHS }}
88
79
${{ matrix.board.additional-sketch-paths }}
0 commit comments