From 7c6f5f39200d7d0df66f193f9c6ad7bcd88860e8 Mon Sep 17 00:00:00 2001 From: Ancyker Date: Wed, 29 Mar 2023 21:14:49 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac92ff4..9217980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,5 @@ jobs: run: | cd Cart_Reader/ # Select hardware version by uncommenting it (using regular expression) - sed -i 's/^\/\/[\t ]*#define ${{ matrix.hwVersion }}/#define ${{ matrix.hwVersion }}/g' Cart_Reader.ino + sed -i 's/^\/\/[\t ]*#define ${{ matrix.hwVersion }}/#define ${{ matrix.hwVersion }}/g' Config.h arduino-cli compile --fqbn arduino:avr:mega --warnings all