Skip to content

Commit 2c36df7

Browse files
committed
debug 5
1 parent ceb804a commit 2c36df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
env:
11-
ARDUINO_RP2040_DIR: $HOME/.arduino15/packages/rp2040/hardware/rp2040/4.3.1
11+
ARDUINO_RP2040_DIR: .arduino15/packages/rp2040/hardware/rp2040/4.3.1
1212
# DATALOGGER_IOT_APP_KEY: ${{ secrets.DATALOGGER_IOT_APP_KEY }}
1313
# DATALOGGER_IOT_ID_KEY: ${{ secrets.DATALOGGER_IOT_ID_KEY }}
1414

@@ -54,7 +54,7 @@ jobs:
5454
run: arduino-cli core install rp2040:[email protected]
5555

5656
- name: Debug ...
57-
run: ls -la $ARDUINO_RP2040_DIR
57+
run: ls -la $HOME/$ARDUINO_RP2040_DIR
5858

5959
# install the libraries Flux uses
6060
- name: Install Flux dependant libraries

0 commit comments

Comments
 (0)