Skip to content

Fix audio glitches on input change / stby exit #14

Fix audio glitches on input change / stby exit

Fix audio glitches on input change / stby exit #14

Workflow file for this run

name: C/C++ CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install compiler
run: |
sudo apt-get -y install gcc-arm-none-eabi
- name: Build firmwares
run: |
./build_all.sh
- name: Store build artifacts
uses: actions/upload-artifact@v3
with:
name: ampcontrol-f103-firmwares-${{ github.sha }}
path: |
src/flash