Skip to content

Commit

Permalink
t/inline-with.t really needs Parse::RecDescent to operate, skip without
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 14, 2024
1 parent d546356 commit 9af8e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/inline-with.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BEGIN {
eval {
require Inline;
require Inline::C;
require Parse::RecDescent; # As of 2024, GHA is caching locallib without this but only on 5.10. Inline::C is broken without it
Inline->import (Config => DIRECTORY => $inline_test_dir , FORCE_BUILD => 1);
# Inline->import ('NOCLEAN');
1;
Expand Down

0 comments on commit 9af8e92

Please sign in to comment.