From 553776089df0980dae39f512f38b5ecf5559bfc5 Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Tue, 11 Jun 2024 16:16:42 +1000 Subject: [PATCH] CI: cache site/lib dir under windows --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8eda8b6..23d326b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: - name: Cache CPAN modules uses: actions/cache@v4 with: - path: c:\cx + path: C:\strawberry\perl\site key: ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }} restore-keys: | ${{ runner.os }}-build-${{ hashFiles('perlversion.txt') }}