File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
- 'libraries/Network/src/**'
97
97
fs:
98
98
- 'libraries/FS/src/**'
99
- static_sketeches :
99
+ static_sketches :
100
100
- 'libraries/NetworkClientSecure/examples/WiFiClientSecure/WiFiClientSecure.ino'
101
101
- 'libraries/BLE/examples/Server/Server.ino'
102
102
- 'libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino'
@@ -112,7 +112,7 @@ jobs:
112
112
IS_PR : ${{ github.event_name == 'pull_request' }}
113
113
MAX_CHUNKS : ${{ env.MAX_CHUNKS }}
114
114
BUILD_LIBRARIES : ${{ steps.changed-files.outputs.libraries_any_changed == 'true' }}
115
- BUILD_STATIC_SKETCHES : ${{ steps.changed-files.outputs.static_sketeches_any_changed == 'true' }}
115
+ BUILD_STATIC_SKETCHES : ${{ steps.changed-files.outputs.static_sketches_any_changed == 'true' }}
116
116
FS_CHANGED : ${{ steps.changed-files.outputs.fs_any_changed == 'true' }}
117
117
NETWORKING_CHANGED : ${{ steps.changed-files.outputs.networking_any_changed == 'true' }}
118
118
CORE_CHANGED : ${{ steps.changed-files.outputs.core_any_changed == 'true' }}
You can’t perform that action at this time.
0 commit comments