Skip to content

Autons all look good for worlds, skills is light now #1090

Autons all look good for worlds, skills is light now

Autons all look good for worlds, skills is light now #1090

Workflow file for this run

name: PROS Make
on:
push:
pull_request:
branches: [ master ]
jobs:
make:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install toolchain
run: sudo apt install gcc-arm-none-eabi
- name: Download PROS
run: python3 -m pip install --user pros-cli
- name: Build PROS
run: pros make