Skip to content

Commit

Permalink
Remove explicit rebar and hex installation steps (#528)
Browse files Browse the repository at this point in the history
This is already handled by the actions/setup-elixir.
  • Loading branch information
jparise committed Nov 24, 2020
1 parent e462a5b commit 398f7df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -55,8 +55,6 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-build-
- name: Install dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Compile
run: |
Expand Down

0 comments on commit 398f7df

Please sign in to comment.