Skip to content

Commit

Permalink
Merge pull request #1427 from bettio/fix-esp32-simtest-missing-deps
Browse files Browse the repository at this point in the history
ESP32: CI: esp32-simtest: install missing deps

rebar3 requires deps such as erlang-asn1.
Install same dependencies as 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
  • Loading branch information
bettio committed Dec 27, 2024
2 parents d2d646f + 80f88e3 commit f4b9821
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/esp32-simtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
apt update
DEBIAN_FRONTEND=noninteractive apt install -y -q \
doxygen erlang-base erlang-dev erlang-dialyzer erlang-eunit \
erlang-asn1 erlang-common-test erlang-crypto erlang-edoc \
erlang-parsetools erlang-reltool erlang-syntax-tools erlang-tools \
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
Expand Down

0 comments on commit f4b9821

Please sign in to comment.