File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
env :
20
20
# libraries to install for all boards
21
21
UNIVERSAL_LIBRARIES : |
22
- # Install the ArduinoIoTCloud library from the repository
23
- - source-path: ./
22
+ # Install the ArduinoIoTCloud library from the commit
23
+ - source-url: https://github.com/fabik111/ArduinoIoTCloud.git
24
+ version: a3ec0743923b8bcfd93b6302e4986ff568d0e7ab
24
25
- name: ArduinoBLE
25
26
version: 1.4.0
26
27
- name: ArduinoHttpClient
@@ -237,14 +238,14 @@ jobs:
237
238
path : ${{ env.SKETCHES_REPORTS_PATH }}
238
239
239
240
- name : Save production artifact
240
- if : github.event_name == 'pull_request '
241
+ if : github.event_name == 'push '
241
242
uses : actions/upload-artifact@v4
242
243
with :
243
244
name : provisioning-prod-${{ matrix.board.artifact-name-suffix }}
244
245
path : ${{ runner.temp }}/provisioning-prod/
245
246
246
247
- name : Save staging artifact
247
- if : github.event_name == 'pull_request '
248
+ if : github.event_name == 'push '
248
249
uses : actions/upload-artifact@v4
249
250
with :
250
251
name : provisioning-staging-${{ matrix.board.artifact-name-suffix }}
You can’t perform that action at this time.
0 commit comments