Skip to content

Commit 76bad4c

Browse files
committed
Fix branch name - doh
1 parent 4d49d32 commit 76bad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# checkout flux-sdk
2828
- name: Checkout the flux-sdk
2929
run: |
30-
git clone --branch release/iot-node-lorawan-release https://github.com/sparkfun/flux-sdk.git
30+
git clone --branch release/iot-node-lorawan-release-v1.0.0 https://github.com/sparkfun/flux-sdk.git
3131
echo "FLUX_SDK_PATH=`pwd`/flux-sdk" >> $GITHUB_ENV
3232
3333
# Run cmake - this will build a custom SparkFun_Flux library we can use with

0 commit comments

Comments
 (0)