We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4667af4 commit 794b393Copy full SHA for 794b393
.github/workflows/compile-examples.yml
@@ -62,6 +62,13 @@ jobs:
62
steps:
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
@@ -74,7 +81,8 @@ jobs:
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 }}
0 commit comments