Skip to content

Update README with installation instructions (#14) #43

Update README with installation instructions (#14)

Update README with installation instructions (#14) #43

Workflow file for this run

name: PlatformIO CI
on: [pull_request, push]
defaults:
run:
working-directory: ./
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Build
run: pio run
- uses: actions/upload-artifact@v2
with:
name: xrp-wpilib-firmware.uf2
path: .pio/build/rpipicow/firmware.uf2