-
With
My job setup: - name: Install WSL distribution
uses: Vampire/setup-wsl@v2
with:
distribution: Ubuntu-22.04
use-cache: 'true'
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Is it a public project, so can you share the action run? |
Beta Was this translation helpful? Give feedback.
-
Thanks! Let me verify the PATH setup and provide the debug log if it‘s alright. |
Beta Was this translation helpful? Give feedback.
-
Yes, the action uses |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, but I've found a mistake in my setup, which incorrectly changed |
Beta Was this translation helpful? Give feedback.
I'm sorry, but I've found a mistake in my setup, which incorrectly changed
$PATH
on Windows. Your action is working as expected.