Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 5ad4233

Browse files
committed
Try fix CI
1 parent 191bdeb commit 5ad4233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/install-platformio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function build_pio_sketch(){ # build_pio_sketch <board> <path-to-ino>
2222
local sketch_dir=$(dirname "$sketch")
2323
echo ""
2424
echo "Compiling '"$(basename "$sketch")"' ..."
25-
python -m platformio ci -l '.' --board "$board" "$sketch_dir" --project-option="board_build.partitions = huge_app.csv"
25+
python -m platformio ci -l '.' --board "$board" "$sketch_dir" --project-option="board_build.partitions = huge_app.csv" --project-option="lib_compat_mode = strict" --project-option="lib_ldf_mode = chain"
2626
}
2727

2828
function count_sketches() # count_sketches <examples-path>

0 commit comments

Comments
 (0)