diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index cb07693..dfacbe1 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -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: