Skip to content

Commit

Permalink
fix issue in sdk path
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Apr 24, 2024
1 parent f1836e6 commit 55e2e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-datalogger-iot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# install the libraries Flux uses
- name: Install Flux dependant libraries.
run: ./SparkFun_Flux/install-libs.sh
run: ./flux-sdk/install-libs.sh

- name: Install datalogger libraries
run: arduino-cli lib install FastLED ESPAsyncWebSrv
Expand Down

0 comments on commit 55e2e9e

Please sign in to comment.