diff --git a/.github/workflows/erlang-parallel-build.yml b/.github/workflows/erlang-parallel-build.yml index e84031b..4c6d64a 100644 --- a/.github/workflows/erlang-parallel-build.yml +++ b/.github/workflows/erlang-parallel-build.yml @@ -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- @@ -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- @@ -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-