Commit b0cb2f0
workflow: install deps with setup-cpm + cpm install
Replace the perl-actions/install-with-cpm@v2 composite steps in the
macOS and Windows jobs with an explicit perl-actions/setup-cpm@v1
(version: compat) step plus a cpm install run step. version: compat
selects the right cpm release per Perl, so the hand-rolled
matrix-conditional version pin is no longer needed.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
workflow: install cpm in test_linux job via setup-cpm
The perldocker/perl-tester images for older Perls (5.10-5.22) do not
ship cpm on PATH, so the raw `cpm install -g` step failed with exit
127 on exactly those matrix cells. Add perl-actions/setup-cpm@v1
(version: compat) before the install step so cpm is provisioned on
every Perl (compat pins 0.998003 for Perls <= 5.22).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a9c6608 commit b0cb2f0
1 file changed
Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
123 | | - | |
124 | | - | |
| 126 | + | |
125 | 127 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
170 | | - | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
0 commit comments