Skip to content

Commit

Permalink
Don't cache OSM data anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 5, 2024
1 parent e1cf0d3 commit 6475f13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ jobs:
uses: actions/cache@v4
with:
path: |
data/italy-nord-est.osm.pbf
data/srtm*
key: input-data-${{ github.run_number }}
restore-keys: input-data
key: elevation

- name: Build graph
run: bash build-graph.sh
Expand Down

0 comments on commit 6475f13

Please sign in to comment.