Skip to content

Commit 3c40e3b

Browse files
committed
Fix broken esp32-build workflow
Fixes the failing `Build ESP32 tests using idf.py with memory checks` step by exporting the rebar3 install directory to PATH. Signed-off-by: Winford <winford@object.stream>
1 parent 6d29e91 commit 3c40e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/esp32-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
working-directory: ./src/platforms/esp32/test/
136136
run: |
137137
set -e
138+
export PATH=${PATH}:${HOME}/.cache/rebar3/bin
138139
cp sdkconfig.defaults sdkconfig.defaults.backup
139140
echo "CONFIG_COMPILER_STACK_CHECK_MODE_ALL=y" >> sdkconfig.defaults
140141
echo "CONFIG_COMPILER_STACK_CHECK=y" >> sdkconfig.defaults

0 commit comments

Comments
 (0)