setup-wsl icon indicating copy to clipboard operation
setup-wsl copied to clipboard

A GitHub action to install and setup a Linux distribution for the Windows Subsystem for Linux (WSL)

Results 4 setup-wsl issues
Sort by recently updated
recently updated
newest added

You can see this on your own actions here: https://github.com/Vampire/setup-wsl/actions/runs/6844395408/job/18608259622

I'm using the latest version to set up a debian. When i run `sudo apt-get update` I get the following error: ``` Get:1 http://security.debian.org/debian-security bullseye-security InRelease [27.2 kB] Get:2 http://deb.debian.org/debian...

Quite often in order to prepare WSL on a machine we need more than installing `additional-packages` and allowing addition of an extra step, would greatly simplify maintenance of GHA that...

I’m trying my way through the native Windows/ARM builders, and this fails. Workflow file: ``` { "jobs": { "action-tmate": { "runs-on": "windows-11-arm", "steps": [ { "uses": "Vampire/[email protected]", "with": { "additional-packages":...