Skip to content

Commit

Permalink
Install erlang-dialyzer on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 19, 2024
1 parent 59ec104 commit 23b77bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
with:
otp-version: 27.x
elixir-version: 1.17.x
- name: Install erlang-dialyzer
run: apt-get install erlang-dialyzer
- name: PLT cache
uses: actions/cache@v4
id: plt_cache
Expand Down

0 comments on commit 23b77bc

Please sign in to comment.