From 6367e7bb8f3b85adacefca7dff00d0a57a7b953e Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Fri, 28 Jul 2023 01:19:59 +0100 Subject: [PATCH] Revert "Use a different cache key" This reverts commit 4f8e20677f9172b057f721d790c71294aba54903. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f56f99b..6cd7c23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: -os-${{runner.os}}\ -otp-${{steps.setup-beam.outputs.otp-version}}\ -rebar3-${{steps.setup-beam.outputs.rebar3-version}}\ - -hash-${{hashFiles('rebar.lock')}}1" + -hash-${{hashFiles('rebar.lock')}}" - name: Restore rebar3's cache uses: actions/cache@v3 @@ -57,7 +57,7 @@ jobs: -os-${{runner.os}}\ -otp-${{steps.setup-beam.outputs.otp-version}}\ -rebar3-${{steps.setup-beam.outputs.rebar3-version}}\ - -hash-${{hashFiles('rebar.lock')}}1" + -hash-${{hashFiles('rebar.lock')}}" - name: Compile run: rebar3 compile