Skip to content

Commit

Permalink
Retry cache
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 2, 2024
1 parent 5ed5e39 commit 76ac62b
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 @@ -63,8 +63,8 @@ jobs:
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
id: cache-geos
with:
path: ~/work/go-geos/go-geos
key: ${{ runner.os }}-geos-${{ matrix.geos-version }}-build
path: ~/work/go-geos
key: geos-${{ runner.os }}-${{ matrix.geos-version }}
- name: build-geos
if: ${{ steps.cache-geos.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit 76ac62b

Please sign in to comment.