Skip to content

Commit bb04967

Browse files
committed
Merge pull request #1425 from bettio/add-missing-rebar3
esp32-simtest: add rebar3 Make similar changes to the ones done to esp32-build. 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 77e7b16 + 14a4e87 commit bb04967

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/esp32-simtest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
doxygen erlang-base erlang-dev erlang-dialyzer erlang-eunit \
8080
libglib2.0-0 libpixman-1-0 \
8181
gcc g++ zlib1g-dev libsdl2-2.0-0 libslirp0 libmbedtls-dev
82+
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
83+
chmod +x rebar3
84+
./rebar3 local install
8285

8386
- name: Install the Wokwi CLI
8487
run: curl -L https://wokwi.com/ci/install.sh | sh
@@ -97,6 +100,7 @@ jobs:
97100
working-directory: ./src/platforms/esp32/test/
98101
run: |
99102
set -e
103+
export PATH=${PATH}:${HOME}/.cache/rebar3/bin
100104
. $IDF_PATH/export.sh
101105
idf.py -DSDKCONFIG_DEFAULTS='sdkconfig.ci.wokwi' set-target ${{matrix.esp-idf-target}}
102106
idf.py build

0 commit comments

Comments
 (0)