Skip to content

Commit ceb804a

Browse files
committed
debug 2
1 parent a3ccb13 commit ceb804a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-iotnode-lorawan-develop.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
workflow_dispatch:
88
branches:
99

10-
# env:
10+
env:
11+
ARDUINO_RP2040_DIR: $HOME/.arduino15/packages/rp2040/hardware/rp2040/4.3.1
1112
# DATALOGGER_IOT_APP_KEY: ${{ secrets.DATALOGGER_IOT_APP_KEY }}
1213
# DATALOGGER_IOT_ID_KEY: ${{ secrets.DATALOGGER_IOT_ID_KEY }}
1314

@@ -53,7 +54,7 @@ jobs:
5354
run: arduino-cli core install rp2040:[email protected]
5455

5556
- name: Debug ...
56-
run: ls -la $HOME/.arduino15/packages/rp2040/hardware/rp2040/4.3.1
57+
run: ls -la $ARDUINO_RP2040_DIR
5758

5859
# install the libraries Flux uses
5960
- name: Install Flux dependant libraries

0 commit comments

Comments
 (0)