Skip to content

Update README.md

Update README.md #18

Workflow file for this run

name: Build firmware
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Installing platformio
run: pip3 install -U platformio
- name: Building firmware
run: |
export SSID=${{ secrets.WIFI_SSID }}
export PASS=${{ secrets.WIFI_PASSWORD }}
pio lib install
pio run