Skip to content

Update main.yml: checkout the repo #2

Update main.yml: checkout the repo

Update main.yml: checkout the repo #2

Workflow file for this run

name: Test build for brickOS
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install toolchain
run: sudo apt-get install -y binutils-h8300-hms gcc-h8300-hms brickos
- name: Compile brickOS examples
run: make