Skip to content

Commit

Permalink
ci: updated wsl in action
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 17, 2024
1 parent 97b611c commit 6676bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
# Update the WSL
wsl --update
# Set WSL Version 2 as default
wsl --set-default-version 2
Expand Down

0 comments on commit 6676bcb

Please sign in to comment.