File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 62
62
steps :
63
63
- name : Checkout repository
64
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
65
72
66
73
- name : Compile examples
67
74
uses : arduino/compile-sketches@v1
74
81
- name: Arduino_PF1550
75
82
- name: Arduino_LowPowerPortentaH7
76
83
- source-url: https://github.com/arduino-libraries/Arduino_LowPowerPortentaC33.git
77
- - source-url: https://github.com/bcmi-labs/Arduino_LowPowerNiclaVision.git
84
+ - source-path: ./Arduino_LowPowerNiclaVision
85
+
78
86
sketch-paths : |
79
87
${{ env.UNIVERSAL_SKETCH_PATHS }}
80
88
${{ matrix.board.additional-sketch-paths }}
You can’t perform that action at this time.
0 commit comments