diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 114c39a92..7d10fa609 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Lint run: rebar3 lint - name: Generate Dialyzer PLT for usage in CT Tests - run: dialyzer --build_plt --apps erts kernel stdlib + run: dialyzer --build_plt --apps erts kernel stdlib compiler - name: Start epmd as daemon run: erl -sname a -noinput -eval "halt(0)." - name: Run CT Tests