Skip to content

Commit

Permalink
esp32-simtest: add rebar3
Browse files Browse the repository at this point in the history
Make similar changes to the ones done to esp32-build.

Signed-off-by: Davide Bettio <davide@uninstall.it>
  • Loading branch information
bettio committed Dec 26, 2024
1 parent 77e7b16 commit 14a4e87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/esp32-simtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
doxygen erlang-base erlang-dev erlang-dialyzer erlang-eunit \
libglib2.0-0 libpixman-1-0 \
gcc g++ zlib1g-dev libsdl2-2.0-0 libslirp0 libmbedtls-dev
wget --no-verbose https://github.com/erlang/rebar3/releases/download/3.18.0/rebar3
chmod +x rebar3
./rebar3 local install

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

0 comments on commit 14a4e87

Please sign in to comment.