Skip to content

fix: fix dtb load address error #8

fix: fix dtb load address error

fix: fix dtb load address error #8

Workflow file for this run

on:
push:
branches: [ main, 'dev/*' ]
pull_request:
name: Build
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental || false }}
steps:
- uses: actions/checkout@v4
- name: Run cargo check
run: cargo check