From 14a4e874eeb4fbc833c25551384136ad7c014fd0 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Thu, 26 Dec 2024 23:25:24 +0100 Subject: [PATCH] esp32-simtest: add rebar3 Make similar changes to the ones done to esp32-build. Signed-off-by: Davide Bettio --- .github/workflows/esp32-simtest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/esp32-simtest.yaml b/.github/workflows/esp32-simtest.yaml index c060906a0..0905fe1a1 100644 --- a/.github/workflows/esp32-simtest.yaml +++ b/.github/workflows/esp32-simtest.yaml @@ -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 @@ -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