add gcc-arm-none-eabi package (#1)

This commit is contained in:
Adeeb Shihadeh
2026-02-22 15:36:30 -08:00
committed by GitHub
parent 3b7a79a877
commit 4d5fd192dd
8 changed files with 337 additions and 0 deletions

27
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: test
on:
push:
branches: [master]
pull_request:
jobs:
test:
name: ./test.sh
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
arch: x86_64
- os: ubuntu-latest
arch: aarch64
- os: macos-latest
arch: arm64
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.14"
- run: ./test.sh