Skip to content

some more progress on the fader pcb and small changes to schematic #30

some more progress on the fader pcb and small changes to schematic

some more progress on the fader pcb and small changes to schematic #30

name: Build fader-wing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
#with:
#submodules: recursive # Ensure submodules are checked out
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake make gcc g++ gcc-arm-none-eabi
- name: build fader-wing
run: sh ./tools/build-fader-wing.sh