We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5704a5a commit 629be38Copy full SHA for 629be38
.github/workflows/test-gccs.yml
@@ -57,7 +57,7 @@ jobs:
57
export PATH="$PERLBREW_ROOT/bin:$PATH"
58
source $HOME/perl5/perlbrew/etc/bashrc
59
60
- perlbrew install perl-${{ matrix.perl }} -Dcc=$CC
+ perlbrew --verbose --notest install perl-${{ matrix.perl }} -Dcc=$CC
61
perlbrew use perl-${{ matrix.perl }}
62
63
perl -V
0 commit comments