Closed ambersun1234 closed 5 months ago
Exactly the same problem here
@ambersun1234 hey check the most recent release to see if this has resolved your issue. We pulled posix-spawn and replaced with Open3
@dtaivpp It's now working again and I don't have to change anything, thanks :)
Description
I've encounter the following error in jekyll build with
jekyll-last-modified-at
pluginwhich seems like there's a breaking change in the plugin's dependency
posix-spawn
\ I've look into myGemfile.lock
and there's 2 version ofposix-spawn
0.3.9
, specified in jekyll-last-modified-at.gemspec0.3.15
What I've tried
Updating the jekyll gem from
3.7
to4.3.3
but still not workingThe above error will only show in my action build, with local docker build it works well without issue\ You can find the full error log at https://github.com/ambersun1234/ambersun1234.github.io/actions/runs/9015175320/job/24769328248