Skip to content

Commit

Permalink
cache downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 5, 2020
1 parent 3d90f3f commit 83bb937
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ jobs:
- name: Install gdal
run: sudo apt-get install gdal-bin

- name: Cache EGP downloads
uses: actions/cache@v1
env:
cache-name: cache-egp-downloads
with:
path: data/downloaded/
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}
${{ runner.os }}-build-
${{ runner.os }}-
# Runs a single command using the runners shell
- name: Run make
env:
Expand Down

0 comments on commit 83bb937

Please sign in to comment.