We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4137a59 commit 134ff96Copy full SHA for 134ff96
.github/workflows/compile-muxto.yml
@@ -37,6 +37,8 @@ jobs:
37
source-url: https://www.mattairtech.com/software/arduino/package_MattairTech_index.json
38
# 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
39
version: 1.6.17
40
+ # Install officila samd version for compiler support
41
+ - name: arduino:samd
42
# Install the platform with MuxTO support
43
- name: arduino:samd
44
source-url: https://github.com/arduino/ArduinoCore-samd.git
0 commit comments