Skip to content

Commit

Permalink
Install erlang-dialyzer in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Vidal <[email protected]>
  • Loading branch information
andres-vidal committed Jul 12, 2024
1 parent 7a34385 commit 30b463d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
if: matrix.deps == 'latest'
run: rm mix.lock

- name: Install Erlang Dialyzer
run: sudo apt-get install -y erlang-dialyzer
if: ${{ matrix.lint }}

- name: Install dependencies
if: steps.mix-cache.outputs.cache-hit != 'true'
run: mix deps.get
Expand Down

0 comments on commit 30b463d

Please sign in to comment.