Skip to content

Commit

Permalink
more cmake github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
okram committed Jun 17, 2024
1 parent 946b01c commit cc7b1f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
working-directory: ${{github.workspace}}
run: |
touch .wifi.ini
echo -DWIFI_SSID=fhatos >> .wifi.ini
echo -DWIFI_PASS=fhatos >> .wifi.ini
echo -DMQTT_BROKER_ADDR=fhatos.org >> .wifi.ini
echo -DMQTT_BROKER_PORT=1833 >> .wifi.ini
echo "[wifi]" >> .wifi.ini
echo "build_flags =" >> .wifi.ini
echo " -DWIFI_SSID=fhatos" >> .wifi.ini
echo " -DWIFI_PASS=fhatos" >> .wifi.ini
echo " -DMQTT_BROKER_ADDR=fhatos.org" >> .wifi.ini
echo " -DMQTT_BROKER_PORT=1833" >> .wifi.ini
chmod 664 .wifi.ini
- name: Install PlatformIO Library
Expand Down

0 comments on commit cc7b1f5

Please sign in to comment.