Skip to content

avoid frequent, expensive divisions #102

avoid frequent, expensive divisions

avoid frequent, expensive divisions #102

Workflow file for this run

name: make
on:
push:
branches: main
paths: 'thermidity-avr/**'
pull_request:
branches: main
paths: 'thermidity-avr/**'
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build
run: cd $GITHUB_WORKSPACE/thermidity-avr && make