Skip to content

Commit 13c8564

Browse files
committed
fix cpp_library reference in script
1 parent d7f95b0 commit 13c8564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exe/arduino_ci_remote.rb

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def assure(message, &block)
5353
# initialize library under test
5454
installed_library_path = assure("Installing library under test") { @arduino_cmd.install_local_library(".") }
5555
library_examples = @arduino_cmd.library_examples(installed_library_path)
56+
cpp_library = ArduinoCI::CppLibrary.new(installed_library_path)
5657

5758
# gather up all required boards so we can install them up front.
5859
# start with the "platforms to unittest" and add the examples

0 commit comments

Comments
 (0)