Search results

  1. T

    Teensy boards starting to fail in github actions (arduino/compile-sketches)

    Great find! I can confirm this, and it provides a path to work around the issue for the time being (compile-sketches allows a "cli-version" parameter). I submitted a ticket to arduino-cli: https://github.com/arduino/arduino-cli/issues/2658 The warnings in Mozzi are unrelated to this. They are...
  2. T

    Teensy boards starting to fail in github actions (arduino/compile-sketches)

    Additional observations: Reverting the github "compile-sketches" action to an earlier version does not help. This is quite definitely not due to a change somewhere on github, but to a change in the teensy core around early June. It's probably quite normal in this use case that a Teensy Loader...
  3. T

    Teensy boards starting to fail in github actions (arduino/compile-sketches)

    Hope this is not out-of-scope: At the Mozzi library (hosted on github) we use github actions for continuous integration. This includes builds for teensy 3.6 and 4.1. These just started failing almost exactly four days ago with Opening Teensy Loader... Unable find Teensy Loader. (p) Is the...
Back
Top