From 48f81ff26768d60e721b98ad6157e7806a0dfb24 Mon Sep 17 00:00:00 2001 From: PaulZC Date: Wed, 17 Nov 2021 11:10:05 +0000 Subject: [PATCH] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 3c19096..104e90b 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -106,7 +106,19 @@ jobs: fqbn: ${{ matrix.board.fqbn }} libraries: | - source-url: https://github.com/${{github.repository}}.git - sketch-path: '"Example10_AltitudeMSL" "Example11_ResetModule" "Example12_UseUart" "Example13_PVT" "Example14_DebugOutput" "Example15_GetDateTime" "Example16_Nanosecond_MaxOutput" "Example16_PartialSecond_MaxOutput" "Example17_Geofence" "Example18_PowerSaveMode" "Example19_DynamicModel" "Example20_SendCustomCommand"' + sketch-paths: | + - '"examples/Example10_AltitudeMSL"' + - '"examples/Example11_ResetModule"' + - '"examples/Example12_UseUart"' + - '"examples/Example13_PVT"' + - '"examples/Example14_DebugOutput"' + - '"examples/Example15_GetDateTime"' + - '"examples/Example16_Nanosecond_MaxOutput"' + - '"examples/Example16_PartialSecond_MaxOutput"' + - '"examples/Example17_Geofence"' + - '"examples/Example18_PowerSaveMode"' + - '"examples/Example19_DynamicModel"' + - '"examples/Example20_SendCustomCommand"' enable-warnings-report: true # verbose: true