Skip to content

Commit 629be38

Browse files
authored
Update test-gccs.yml
1 parent 5704a5a commit 629be38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gccs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
export PATH="$PERLBREW_ROOT/bin:$PATH"
5858
source $HOME/perl5/perlbrew/etc/bashrc
5959
60-
perlbrew install perl-${{ matrix.perl }} -Dcc=$CC
60+
perlbrew --verbose --notest install perl-${{ matrix.perl }} -Dcc=$CC
6161
perlbrew use perl-${{ matrix.perl }}
6262
6363
perl -V

0 commit comments

Comments
 (0)