Skip to content

Commit 4fd0e1d

Browse files
authored
Merge pull request #19 from Aircoookie/platformio-ci
Fix PlatformIO CI again
2 parents a13031a + f4f88a6 commit 4fd0e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/on-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ else
6262
BOARD="esp12e"
6363
echo "BUILDING ESP8266 EXAMPLES"
6464
fi
65-
build_pio_sketches "$BOARD" "" "$GITHUB_WORKSPACE/examples"
65+
build_pio_sketches "$BOARD" "lib_compat_mode = strict" "$GITHUB_WORKSPACE/examples"
6666
fi

0 commit comments

Comments
 (0)