Skip to content

Commit

Permalink
attempt to retrieve cache partially
Browse files Browse the repository at this point in the history
  • Loading branch information
kehitt committed Jan 26, 2022
1 parent 2c356d7 commit 1562b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/erlang-parallel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Cache _build
uses: actions/cache@v2
with:
path: _build/*/lib
path: _build/default/lib
key: ${{ inputs.cache-version }}-${{ runner.os }}-otp-${{ inputs.otp-version }}-build-${{ hashFiles('rebar.lock') }}
restore-keys: |
${{ inputs.cache-version }}-${{ runner.os }}-otp-${{ inputs.otp-version }}-build-
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Cache _build
uses: actions/cache@v2
with:
path: _build/*/lib
path: _build/test/lib
key: ${{ inputs.cache-version }}-${{ runner.os }}-otp-${{ inputs.otp-version }}-build-${{ hashFiles('rebar.lock') }}
restore-keys: |
${{ inputs.cache-version }}-${{ runner.os }}-otp-${{ inputs.otp-version }}-build-
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Cache _build
uses: actions/cache@v2
with:
path: _build/*/lib
path: _build/test/lib
key: ${{ inputs.cache-version }}-${{ runner.os }}-otp-${{ inputs.otp-version }}-build-${{ hashFiles('rebar.lock') }}
restore-keys: |
${{ inputs.cache-version }}-${{ runner.os }}-otp-${{ inputs.otp-version }}-build-
Expand Down

0 comments on commit 1562b4c

Please sign in to comment.