Skip to content

Commit

Permalink
avoid some random bullshit segfault in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Nov 8, 2020
1 parent d443238 commit c5a3cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
shell: perl {0}
run: |
use Actions::Core;
set_output(matrix => {perl => [perl_versions()]});
set_output(matrix => {perl => [grep { $_ !~ /^5.18/ } perl_versions()]});
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

Expand Down

0 comments on commit c5a3cdc

Please sign in to comment.