Skip to content

Commit

Permalink
Merge pull request #1420 from bettio/fix-esp32sim-erlang-eunit
Browse files Browse the repository at this point in the history
Fix esp32sim erlang eunit

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 26, 2024
2 parents ba76d77 + fc84d2b commit 6fa7546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esp32-simtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
set -eu
apt update
DEBIAN_FRONTEND=noninteractive apt install -y -q \
doxygen erlang-base erlang-dialyzer \
doxygen erlang-base erlang-dialyzer erlang-eunit \
libglib2.0-0 libpixman-1-0 \
gcc g++ zlib1g-dev libsdl2-2.0-0 libslirp0 libmbedtls-dev
Expand Down

0 comments on commit 6fa7546

Please sign in to comment.