8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d49d32 commit 76bad4cCopy full SHA for 76bad4c
.github/workflows/build-iotnode-lorawan.yml
@@ -27,7 +27,7 @@ jobs:
27
# checkout flux-sdk
28
- name: Checkout the flux-sdk
29
run: |
30
- git clone --branch release/iot-node-lorawan-release https://github.com/sparkfun/flux-sdk.git
+ git clone --branch release/iot-node-lorawan-release-v1.0.0 https://github.com/sparkfun/flux-sdk.git
31
echo "FLUX_SDK_PATH=`pwd`/flux-sdk" >> $GITHUB_ENV
32
33
# Run cmake - this will build a custom SparkFun_Flux library we can use with
0 commit comments