diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233538c31..c3a2dc4bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,6 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} - hexpm-mirrors: | - https://cdn.jsdelivr.net/hex - https://builds.hex.pm - uses: awalsh128/cache-apt-pkgs-action@latest with: @@ -85,9 +82,6 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} - hexpm-mirrors: | - https://cdn.jsdelivr.net/hex - https://builds.hex.pm - uses: actions/download-artifact@v7 with: @@ -132,9 +126,6 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} - hexpm-mirrors: | - https://cdn.jsdelivr.net/hex - https://builds.hex.pm - uses: awalsh128/cache-apt-pkgs-action@latest if: matrix.otp < '28' @@ -220,9 +211,6 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} - hexpm-mirrors: | - https://cdn.jsdelivr.net/hex - https://builds.hex.pm - uses: actions/download-artifact@v7 with: @@ -321,9 +309,6 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} - hexpm-mirrors: | - https://cdn.jsdelivr.net/hex - https://builds.hex.pm - uses: actions/download-artifact@v7 with: diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 3f3d30238..567d0c884 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -21,9 +21,6 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} - hexpm-mirrors: | - https://builds.hex.pm - ## https://cdn.jsdelivr.net/hex # Does not include Erlang 29 yet - uses: awalsh128/cache-apt-pkgs-action@latest with: