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 407fb3e commit 29ed4d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
python-version: '3.11'
- name: Install PlatformIO Core
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
run: pip install --upgrade platformio
- name: create dummy wifi file
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
- name: Build PlatformIO Project
run: pio run

0 comments on commit 29ed4d8

Please sign in to comment.