Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ebith committed Apr 30, 2020
1 parent 5b8ebf1 commit caa2a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
push:
tags:
- 'v*'

jobs:
build:
Expand All @@ -9,7 +11,7 @@ jobs:
with:
submodules: recursive
- run: sudo apt-get install gcc-avr binutils-avr avr-libc
- run: make
- run: make
- uses: actions/create-release@v1
id: create_release
env:
Expand Down

0 comments on commit caa2a71

Please sign in to comment.