This commit is contained in:
John Kleinschmidt
2025-12-09 14:20:48 -05:00
parent 890edfb763
commit 9c80e566d5

View File

@@ -152,8 +152,9 @@ jobs:
- name: Install WSL (Windows only)
if: ${{ inputs.target-platform == 'win' }}
shell: powershell
run: |
# Check if WSL is installed
run: |
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --install -d Ubuntu
- name: Generate DEPS Hash
run: |