Skip to content

Commit ad19830

Browse files
committed
Break long line
1 parent a4661b3 commit ad19830

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

REFERENCE.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,14 @@ This specifies the minimum free SRAM memory for stack/heap, in bytes, that _must
5151

5252
### `CUSTOM_INIT_SCRIPT` environment variable
5353

54-
If set, testing will execute (using `/bin/sh`) the script referred to by this variable -- relative to the current working directory (i.e. the root directory of the library). The script will _run_ in the Arduino Libraries directory (changing to the Libraries directory, running the script, and returning to the individual library root afterward). This enables use cases like the GitHub action to install custom library versions (i.e. a version of a library that is different than what the library manager would automatically install by name) prior to CI test runs.
55-
54+
If set, testing will execute (using `/bin/sh`) the script referred to by this
55+
variable -- relative to the current working directory (i.e. the root directory
56+
of the library). The script will _run_ in the Arduino Libraries directory
57+
(changing to the Libraries directory, running the script, and returning to the
58+
individual library root afterward). This enables use cases like the GitHub
59+
action to install custom library versions (i.e. a version of a library that
60+
is different than what the library manager would automatically install by name)
61+
prior to CI test runs.
5662

5763
### `USE_SUBDIR` environment variable
5864

0 commit comments

Comments
 (0)