Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

fix turn to point

fix turn to point #215

Workflow file for this run

name: Build PROS Project
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install ARM Toolchain
uses: fiam/arm-none-eabi-gcc@v1
with:
release: '9-2019-q4'
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: PIP Installer
uses: BSFishy/pip-action@v1
with:
packages: pros-cli
- name: Testing PROS Install
run: prosv5 --version
- name: Checkout
uses: actions/[email protected]
- name: Build PROS Project
run: prosv5 make clean all