Skip to content

bumped DeMiSTify and updated firmware #52

bumped DeMiSTify and updated firmware

bumped DeMiSTify and updated firmware #52

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 .