Skip to content

Commit

Permalink
ci: fix typo in build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed Mar 21, 2024
1 parent 599bd44 commit 8cf6b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo -e "#define SECRET_SSID \"MOCK_SSID\"\n#define SECRET_PASS \"MOCK_PASS\"\n#define SERVER_IP \"127.0.0.1\"\n" > include/arduino_secrets.h

- name: Copy Fonts to GFX Library include directory
run: cp fonts/* ."pio/libdeps/uno_r4_wifi/Adafruit GFX Library/Fonts"
run: cp Fonts/* ".pio/libdeps/uno_r4_wifi/Adafruit GFX Library/Fonts"

- name: Build PlatformIO Project
run: pio run

0 comments on commit 8cf6b74

Please sign in to comment.