Skip to content

Commit 1e26fc7

Browse files
authored
fixed the git url
1 parent 0798e84 commit 1e26fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Install MIDI library
4040
run: arduino-cli lib install "MIDI [email protected]"
4141
- name: Install StackArray library
42-
run: arduino-cli lib install --git-url "https://github.com/oogre/StackArray"
42+
run: arduino-cli lib install --git-url "https://github.com/oogre/StackArray.git"
4343
- name: Compile Sketch
4444
run: arduino-cli compile --fqbn arduino:avr:mega ./arduino_monotron.ino --warnings more

0 commit comments

Comments
 (0)