Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 12, 2024
1 parent da6fe14 commit ee697be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,9 @@ jobs:
id: cache-gdal
uses: actions/cache@v4
with:
fail-on-cache-miss: true
path: /optgdal
key: ubuntu-24.04-install-gdal-${{ matrix.gdal }}-${{ hashFiles('.github/workflows/build-gdal.sh') }}
- name: Check GDAL
if: steps.cache-gdal.outputs.cache-hit != 'true'
uses: actions/github-script@v7
with:
script: |
core.setFailed('gdal installation not recovered from cache')
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit ee697be

Please sign in to comment.