Skip to content

Commit 239be90

Browse files
committed
Improve cache naming.
1 parent 3f80678 commit 239be90

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/linux.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,14 @@ jobs:
7676
- uses: actions/checkout@v3
7777
- name: Cache installed libraries
7878
uses: actions/cache@v3
79-
env:
80-
cache-name: cache-libs
8179
with:
8280
path: ~/root
83-
key: cache-${{ env.JOBID }}
81+
key: cache-libs-${{ env.JOBID }}
8482
- name: Cache CPAN modules
8583
uses: actions/cache@v3
86-
env:
87-
cache-name: cache-cpan
8884
with:
8985
path: ~/perl5
90-
key: cache-${{ env.JOBID }}
86+
key: cache-cpan-${{ env.JOBID }}
9187
- name: Configure environment
9288
run: ./test/travis_before_linux.sh
9389
timeout-minutes: 15

0 commit comments

Comments
 (0)