You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@karhama snap has been removed from base images due to its large size (even when no tool installed), and also because IIRC some snap-related daemon slows down the boot process.
Using runs-on default linux runner & image this command will fail:
sudo snap install yq
It seems to work fine with default github runner.
Easy to get working by adding one more command into workflow file:
sudo apt-get install snapd --allow-change-held-packages
However I believe snap working in the image would be ideal.
The text was updated successfully, but these errors were encountered: