Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
74th committed Feb 12, 2024
1 parent 079d74d commit e6dd15b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
run: pip install --upgrade platformio

- name: Build
run: cd m5dial-simple-pointer; pio run
run:
cd m5dial-simple-pointer
cp ssid.h.template ssid.h
pio run

0 comments on commit e6dd15b

Please sign in to comment.