Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MNS26 authored Sep 30, 2024
1 parent 3f277c2 commit ea1f554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
run: |
echo '[wifi]\nAP=\n; LINUX\n -D STASSID=\"AP\"\n -D STAPSK=\"PASSWORD\"\n\n; WINDOWS\n; -D STASSID="AP"\n; -D STAPSK="PASSWORD"' > WIFI_CR
pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run

0 comments on commit ea1f554

Please sign in to comment.