cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 78 forks source link

Fix travis build error for snap install #92

Closed hlovdal closed 3 years ago

hlovdal commented 3 years ago

The latest travis build fails with the following error, https://travis-ci.org/github/cake-build/resources/jobs/741243741:

$ sudo snap install powershell --classic error: cannot perform the following tasks:

According to https://forum.snapcraft.io/t/installing-snap-on-debian/6742:

Note: some snaps require new snapd features and will show an error such as snap "lxd" assumes unsupported features" during install. You can solve this issue by making sure the core snap is installed (snap install core) and it’s the latest version (snap refresh core).

and the error message itself also hints to this.

gep13 commented 3 years ago

@hlovdal thank you again for fixing this up! This was on my list to investigate, so I really happy to see that this has been solved!

hlovdal commented 3 years ago

@gep13 Well, you still have some investigation to do because the build is still failing although now it pretends to be successful, #93.