Skip to content

cant find why not worky. replaced paths with correct ones and will di… #25

cant find why not worky. replaced paths with correct ones and will di…

cant find why not worky. replaced paths with correct ones and will di… #25

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