From fb2d4b3c7834b68736f428525ad9588ee2bf9201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 2 Sep 2024 12:26:50 +0200 Subject: [PATCH] Also bump cache on Windows --- .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 83d5fd3a44..c60d01f0d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: id: mix-cache # id to use in retrieve action with: path: ${{ github.workspace }}\${{ matrix.working_directory }}\deps - key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}\{1}\mix.lock', github.workspace, matrix.working_directory)) }} + key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}\{1}\mix.lock', github.workspace, matrix.working_directory)) }}-v1 - name: Install dependencies if: ${{ steps.mix-cache.outputs.cache-hit != 'true' }} run: mix deps.get