We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb804a commit 2c36df7Copy full SHA for 2c36df7
.github/workflows/build-iotnode-lorawan-develop.yml
@@ -8,7 +8,7 @@ on:
8
branches:
9
10
env:
11
- ARDUINO_RP2040_DIR: $HOME/.arduino15/packages/rp2040/hardware/rp2040/4.3.1
+ ARDUINO_RP2040_DIR: .arduino15/packages/rp2040/hardware/rp2040/4.3.1
12
# DATALOGGER_IOT_APP_KEY: ${{ secrets.DATALOGGER_IOT_APP_KEY }}
13
# DATALOGGER_IOT_ID_KEY: ${{ secrets.DATALOGGER_IOT_ID_KEY }}
14
@@ -54,7 +54,7 @@ jobs:
54
run: arduino-cli core install rp2040:[email protected]
55
56
- name: Debug ...
57
- run: ls -la $ARDUINO_RP2040_DIR
+ run: ls -la $HOME/$ARDUINO_RP2040_DIR
58
59
# install the libraries Flux uses
60
- name: Install Flux dependant libraries
0 commit comments