From 77686b54bac7fc6405bec4d980d595aa41c81306 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Sun, 8 Sep 2024 13:47:39 +0200 Subject: [PATCH] up --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d662ea2..e66ca86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,15 +7,10 @@ jobs: runs-on: ubuntu-20.04 env: MIX_ENV: test - # TODO: Remove on Req 1.0 - REQ_NOWARN_OUTPUT: true strategy: fail-fast: false matrix: include: - # - pair: - # elixir: "1.13" - # otp: "24.3.4.10" - pair: elixir: "1.17" otp: "27.0.1" @@ -29,11 +24,4 @@ jobs: elixir-version: ${{ matrix.pair.elixir }} version-type: strict - - uses: actions/cache@v4 - with: - path: deps - # ezstd and brotli are compiling native objects to deps/x/_build, not _build, - # so we need to cache per OTP - key: mix-otp-${{ matrix.pair.otp }}-deps-${{ hashFiles('**/mix.lock') }} - - run: mix ci