From 1a15207d40770b42d31d5055248bfc910b6b3da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:22:24 +0000 Subject: [PATCH] CI(OSGeo4W): Upload package cache explicitly --- .github/workflows/osgeo4w.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index ba334f429a2..5f960eb5ef4 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -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}