From 88a389f35fbc423392f16f85d443deaa36106e29 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Wed, 24 Aug 2022 11:09:37 +0200 Subject: [PATCH] Update compiler version for muxto --- .github/workflows/compile-muxto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-muxto.yml b/.github/workflows/compile-muxto.yml index f0e8948b..881699af 100644 --- a/.github/workflows/compile-muxto.yml +++ b/.github/workflows/compile-muxto.yml @@ -37,6 +37,8 @@ jobs: source-url: https://www.mattairtech.com/software/arduino/package_MattairTech_index.json # This needs to match with the version of MattairTech_Arduino:samd the Arduino fork is based on in order to get the right tool versions version: 1.6.17 + # Install officila samd version for compiler support + - name: arduino:samd # Install the platform with MuxTO support - name: arduino:samd source-url: https://github.com/arduino/ArduinoCore-samd.git