Skip to content

Commit

Permalink
More cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 2, 2024
1 parent 76ac62b commit f6a3c36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
id: cache-geos
with:
path: ~/work/go-geos
path: ~/work/go-geos/*
key: geos-${{ runner.os }}-${{ matrix.geos-version }}
- name: build-geos
if: ${{ steps.cache-geos.outputs.cache-hit != 'true' }}
Expand All @@ -76,6 +76,9 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
make -j2
ctest
- name: list-geos-files
run: |
find ~/work/go-geos
- name: install-geos
run: |
cd geos-${{ matrix.geos-version }}/_build
Expand Down

0 comments on commit f6a3c36

Please sign in to comment.