From a7b570ebcaa8fef9af2d2cf8f1d557842796117c Mon Sep 17 00:00:00 2001 From: Brian May Date: Fri, 9 Apr 2021 08:01:06 +1000 Subject: [PATCH] Recreate plt cache --- .github/workflows/elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index f5673ab..f64d5d2 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -50,7 +50,7 @@ jobs: id: plt-cache with: path: priv/plts - key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} + key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-1.7 - name: Create PLTs if: steps.plt-cache.outputs.cache-hit != 'true' run: |