ubuntu-mono wayland-protocols xdg-dbus-proxy xdg-desktop-portal
xdg-desktop-portal-gtk xkb-data
0 upgraded, 238 newly installed, 0 to remove and 30 not upgraded.
Need to get 145 MB of archives.
After this operation, 578 MB of additional disk space will be used.
According to this issue on the Act repo, "It's hanging on confirmation to install packages [Y/n] prompt in which case apt should be run with -y flag"
Action hangs while installing dependencies when using nektos/act to test the action locally.
My current usage (Most of the action has been removed for brevity:
Output from terminal:
According to this issue on the Act repo, "It's hanging on confirmation to install packages [Y/n] prompt in which case apt should be run with -y flag"
Fix: Update
line 133
of action.yml from:to
I can confirm this has fixed my issue on my fork I can put a PR up with the fix, if requested.
Thanks.