From 2727dfb0efdac92d732bc6bc81aede565557bcbb Mon Sep 17 00:00:00 2001 From: andrea Date: Sun, 15 Mar 2026 12:28:08 +0100 Subject: [PATCH] ci.yml --- .github/workflows/ci.yml | 6 +++++- .gitignore | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2282aaf..3c641c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,11 @@ jobs: uses: actions/checkout@v6 - name: Setup Arduino CLI - uses: arduino/setup-arduino-cli@v2 + #uses: arduino/setup-arduino-cli@v2 + shell: bash + run: | + curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh + echo "./bin" >> $GITHUB_PATH - name: Install UNO R4 Core run: | diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1233aae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.secrets