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