borkdude / flycheck-clj-kondo

Emacs integration for clj-kondo via flycheck
94 stars 17 forks source link

MS-Windows latest ci tests fail to bootstrap due to new scoop admin policy #21

Closed ikappaki closed 2 years ago

ikappaki commented 2 years ago

The MS-Windows GitHub CI tests fail to bootstrap due to a new scoop policy that require admin permissions:

Run Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh/')
Initializing...
Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin for details.
Abort.

PR to follow to fix them and also include the new Emacs 28.1 version in the CI matrix.

Thanks

borkdude commented 2 years ago

OK, looking forward to the PR