Skip to content

DECA target. updated firmware to load automatically ARC files. update… #37

DECA target. updated firmware to load automatically ARC files. update…

DECA target. updated firmware to load automatically ARC files. update… #37

name: Compilation check
on:
push:
jobs:
compile_check:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: install-go
run: apt install golang
- name: compile
run: cd jtframe/src; go build .