From a5e80e42f1aff9e7ad22e7a0ad41527874e75b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Dos=C3=A9?= Date: Tue, 5 Mar 2024 17:56:15 -0800 Subject: [PATCH] fix typo in dialyzer caching key --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bf3cfe9..98579238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: path: | _build/dev/*.plt _build/dev/*.plt.hash - key: plt-cache-${{ runner.os }}-mix-${{ env.MIX_ENV }}-otp-${{ steps.setup_beam.outputs.otp-version }}-elixir-${{ steps.setup_beam.outputs.elixir-version }}-lock-${{ hashFiles('/mix.lock') }} + key: plt-cache-${{ runner.os }}-mix-${{ env.MIX_ENV }}-otp-${{ steps.setup_beam.outputs.otp-version }}-elixir-${{ steps.setup_beam.outputs.elixir-version }}-lock-${{ hashFiles('mix.lock') }} restore-keys: | plt-cache-${{ runner.os }}-mix-${{ env.MIX_ENV }}-otp-${{ steps.setup_beam.outputs.otp-version }}-elixir-${{ steps.setup_beam.outputs.elixir-version }}- plt-cache-