Skip to content

Commit

Permalink
Merge pull request atomvm#747 from pguyot/w32/fix-esp32-ci-plt
Browse files Browse the repository at this point in the history
Fix esp32 CI by installing dialyzer
  • Loading branch information
fadushin authored Aug 19, 2023
2 parents fd060cb + b1241a2 commit a16b543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esp32-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
set -eu
apt update
DEBIAN_FRONTEND=noninteractive apt install -y -q \
doxygen erlang-base \
doxygen erlang-base erlang-dialyzer \
libglib2.0-0 libpixman-1-0 \
gcc g++ zlib1g-dev
Expand Down

0 comments on commit a16b543

Please sign in to comment.