Skip to content

Commit 0def400

Browse files
authored
Merge pull request #12 from espressif/bugfix/github_ci
fix(ci): update expected binary sizes after adding WDT code
2 parents 6c03de3 + 5cf59ae commit 0def400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
include:
1515
- example: "blink"
16-
expected_size: 1676
16+
expected_size: 7436
1717
- example: "hello_world"
18-
expected_size: 5548
18+
expected_size: 10216
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Build for ESP32-C3

0 commit comments

Comments
 (0)