Skip to content

Implement RTC detection for devices that have it (newer MM+) #2293

Implement RTC detection for devices that have it (newer MM+)

Implement RTC detection for devices that have it (newer MM+) #2293

Workflow file for this run

name: Check build
on:
merge_group:
pull_request:
paths-ignore:
- '**/README.md'
- 'website/'
jobs:
build:
name: Check build
runs-on: ubuntu-latest
container:
image: aemiii91/miyoomini-toolchain:latest
options: --user root
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
shell: bash
run: |
source /root/.bashrc
make build