Skip to content

Commit

Permalink
Upgrade CI cache to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Jan 3, 2021
1 parent a475ecb commit 21f9eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
id: sanitize-key
run: echo "::set-output name=key::$(echo '${{ matrix.os }}_${{ matrix.boost }}_${{ matrix.compiler }}_${{ matrix.geos }}' | sed 's/+/plus/g')"
- name: Cache .local
uses: actions/cache@v1
uses: actions/cache@v2.1.3
with:
path: ~/.local
key: ${{ steps.sanitize-key.outputs.key }}
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
id: sanitize-key
run: echo "::set-output name=key::$(echo '${{ matrix.os }}_${{ matrix.boost }}_${{ matrix.compiler }}_${{ matrix.geos }}' | sed 's/+/plus/g')"
- name: Cache local install path
uses: actions/cache@v1
uses: actions/cache@v2.1.3
with:
path: ${{ matrix.local_install_path }}
key: ${{ steps.sanitize-key.outputs.key }}
Expand Down

0 comments on commit 21f9eac

Please sign in to comment.