Skip to content

Commit 42565ff

Browse files
authored
Merge pull request #177 from gabsuren/CI/asio_fix
CI: Fix ASIO example test
2 parents 3f0262d + 6e2bb51 commit 42565ff

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/target-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
- name: Clear repository
290290
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
291291
- uses: actions/checkout@v3
292-
- uses: actions/download-artifact@v2
292+
- uses: actions/download-artifact@v3
293293
with:
294294
name: examples_app_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.example }}
295295
path: components/asio/examples/${{ matrix.example }}/build
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
22
CONFIG_COMPILER_CXX_EXCEPTIONS=y
3+
4+
#
5+
# Partition Table
6+
#
7+
# Leave some room for larger apps without needing to reduce other features
8+
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 commit comments

Comments
 (0)