Skip to content

Commit

Permalink
refactor: wsl2 works without enabling storsvc service
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com>
  • Loading branch information
vedantmgoyal9 authored Dec 2, 2024
1 parent 33c5094 commit bf0f191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ runs:
shell: pwsh
- run: |
# update WSL, download & install ${{ inputs.distro }}
Set-Service -Name StorSvc -StartupType Automatic
wsl --set-default-version 2; wsl --update; wsl --status;
if ('${{ inputs.distro }}' -eq 'none') {
Write-Output 'Skipping distro installation...'
Expand Down

0 comments on commit bf0f191

Please sign in to comment.