Skip to content

Commit 546ac2b

Browse files
committed
Merge pull request #1410 from UncleGrumpy/fix_esp_workflow
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. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 6d29e91 + 3c40e3b commit 546ac2b

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)