File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868
6969 runs-on : ubuntu-latest
7070 container :
71- image : perl:${{ matrix.perl-version }}-buster
71+ image : perl:${{ matrix.perl-version }}
7272
7373 env :
7474 AUTOMATED_TESTING : 1
8282 - uses : actions/cache@v4
8383 with :
8484 path : ~/.perl-cpm
85- key : cpm-perl:${{ matrix.perl-version }}-buster
85+ key : cpm-perl:${{ matrix.perl-version }}
8686 - name : Setup local::lib
8787 run : |
8888 echo "$RUNNER_TEMP/perl5/bin" >> "$GITHUB_PATH"
@@ -126,7 +126,7 @@ jobs:
126126
127127 runs-on : ubuntu-latest
128128 container :
129- image : perl:5.36-buster
129+ image : perl:5.36
130130
131131 env :
132132 AUTOMATED_TESTING : 1
@@ -139,7 +139,7 @@ jobs:
139139 - uses : actions/cache@v4
140140 with :
141141 path : ~/.perl-cpm
142- key : cpm-perl:5.36-buster
142+ key : cpm-perl:5.36
143143 - name : Setup local::lib
144144 run : |
145145 echo "$RUNNER_TEMP/perl5/bin" >> "$GITHUB_PATH"
You can’t perform that action at this time.
0 commit comments