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 32046db commit a8434b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: pip install --upgrade platformio
- name: create dummy wifi file
run: |
locate platformio.ini
touch /home/runner/work/RP2040-HOTAS/RP2040-HOTAS/WIFI_CR
echo '[wifi]\nAP=\n; LINUX\n -D STASSID=\"AP\"\n -D STAPSK=\"PASSWORD\"\n\n; WINDOWS\n; -D STASSID="AP"\n; -D STAPSK="PASSWORD"' > /home/runner/work/RP2040-HOTAS/RP2040-HOTAS/WIFI_CR
- name: Build PlatformIO Project
Expand Down

0 comments on commit a8434b8

Please sign in to comment.