Simplify Makefile, always export binaries

This commit is contained in:
Oleg Kalachev
2026-08-22 19:48:39 +03:00
parent a99dbe02b6
commit de155a58ba
2 changed files with 3 additions and 4 deletions
-2
View File
@@ -10,8 +10,6 @@ on:
jobs:
build_linux:
runs-on: ubuntu-latest
env:
ARDUINO_SKETCH_ALWAYS_EXPORT_BINARIES: 1
steps:
- uses: actions/checkout@v7
- name: Install Arduino CLI