Skip to content

Secret

Secret #39

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test_compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update
- run: sudo apt -y install gcc-arm-none-eabi make