Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Closed
Description
This step is recently failing in all Windows jobs:
GitPython/.github/workflows/pythonpackage.yml
Lines 52 to 58 in22e0b52
| -name:Set up WSL (Windows) | |
| if:matrix.os-type == 'windows' | |
| uses:Vampire/setup-wsl@v6.0.0 | |
| with: | |
| wsl-version:1 | |
| distribution:Alpine | |
| additional-packages:bash |
It seems this may have first occurred in#2106. But it is not due to any changes there, as can be confirmed byrerunning the workflow. This resembles the old resolved issueVampire/setup-wsl#77, but I'm not sure if the cause is actually related. I've opened a new issueVampire/setup-wsl#82 for it.
I think we can solve this here by putting the distribution back to Debian (or Ubuntu). When doing so, the extra Alpine-specific code for installingbash should be removed. I'll do this unless some way of getting Alpine to work becomes apparent soon.
Metadata
Metadata
Assignees
Labels
No labels