Skip to content

Convert staticDIR to FatFS interface #7783

Convert staticDIR to FatFS interface

Convert staticDIR to FatFS interface #7783

Workflow file for this run

name: Pull Request Build
on:
push:
branches:
- 'synthstrom-official'
pull_request:
branches:
- 'community'
- 'release/**'
merge_group:
workflow_dispatch:
jobs:
release-build:
name: Build check - Release
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 5
build-type: 'Release'
debug-build:
name: Build check - Debug
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 5
build-type: 'Debug'