Skip to content

Merge branch 'DualTachyon:main' into main #13

Merge branch 'DualTachyon:main' into main

Merge branch 'DualTachyon:main' into main #13

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: arm-none-eabi-gcc
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: 'latest'
- name: GCC Version
run: arm-none-eabi-gcc --version
- name: Checkout
uses: actions/checkout@v3
- name: Submodules
run: git submodule update --init --recursive --depth 1
- uses: actions/checkout@v3
with:
ref: spectrum
- name: Make
run: make
- uses: actions/upload-artifact@v3
with:
name: firmware-binary
path: ./firmware.bin