diff --git a/.github/workflows/Linux_options.yml b/.github/workflows/Linux_options.yml index 1699d602..500a4279 100644 --- a/.github/workflows/Linux_options.yml +++ b/.github/workflows/Linux_options.yml @@ -42,7 +42,15 @@ jobs: sudo apt-get install libnetcdf-dev libnetcdff-dev netcdf-bin pkg-config sudo apt-get install libpng-dev autotools-dev autoconf + - name: cache-jasper + id: cache-jasper + uses: actions/cache@v3 + with: + path: ~/jasper + key: jasper-${{ runner.os }}-1.900.1 + - name: checkout-jasper + if: steps.cache-jasper.outputs.cache-hit != 'true' uses: actions/checkout@v2 with: repository: jasper-software/jasper