Skip to content

Commit

Permalink
Revert "Use a different cache key"
Browse files Browse the repository at this point in the history
This reverts commit 4f8e206.
  • Loading branch information
paulo-ferraz-oliveira committed Jul 28, 2023
1 parent f59b569 commit 6367e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6367e7b

Please sign in to comment.