diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a03fb4f6..06e4c9a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |