Skip to content

Updated tools

Updated tools #30

Workflow file for this run

name: Target Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12, macos-latest]
steps:
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '10.3-2021.10'
- uses: SimenB/github-actions-cpu-cores@v1
id: cpu-cores
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: make -j${{ steps.cpu-cores.outputs.count }} -f target.mk BOARD=seesaw