We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0798e84 commit 1e26fc7Copy full SHA for 1e26fc7
.github/workflows/main.yml
@@ -39,6 +39,6 @@ jobs:
39
- name: Install MIDI library
40
run: arduino-cli lib install "MIDI [email protected]"
41
- name: Install StackArray library
42
- run: arduino-cli lib install --git-url "https://github.com/oogre/StackArray"
+ run: arduino-cli lib install --git-url "https://github.com/oogre/StackArray.git"
43
- name: Compile Sketch
44
run: arduino-cli compile --fqbn arduino:avr:mega ./arduino_monotron.ino --warnings more
0 commit comments