Use flash addresses like "const __flash Font*" instead of passing (#29) #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: make | |
on: | |
push: | |
branches: main | |
paths: 'thermidity-avr/**' | |
pull_request: | |
branches: main | |
paths: 'thermidity-avr/**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: | |
image: lpodkalicki/avr-toolchain:latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build | |
run: cd $GITHUB_WORKSPACE/thermidity-avr && make |