Skip to content

Commit

Permalink
Update build-datalogger-iot-sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod authored Apr 23, 2024
1 parent 979b4a2 commit 830c5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-datalogger-iot-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
run: |
git clone --branch refactor-to-sdk-and-cmake [email protected]:sparkfun/SparkFun_Flux.git
mv SparkFun_Flux flux-sdk
echo "FLUX_SDK_PATH=$(`pwd`/flux-sdk)" >> $GITHUB_ENV
echo "FLUX_SDK_PATH=`pwd`/flux-sdk" >> $GITHUB_ENV
- name: Run CMake
run: |
echo $FLUX_SDK_PATH
mkdir -p build
cd build
cmake ..
Expand Down

0 comments on commit 830c5af

Please sign in to comment.