Skip to content

Commit

Permalink
CI(OSGeo4W): Upload package cache explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 22, 2024
1 parent d4b85c3 commit 1a15207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
grass-dev
python3-pytest
python3-jupyter
- uses: actions/cache/save@v4
id: cache-o4w_pkg-save
with:
path: "D:/OSGeo4W_pkg"
key: ${{ runner.os }}-osgeo4w-pkgs
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: cmake -P {0}
Expand Down

0 comments on commit 1a15207

Please sign in to comment.