mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
try this
This commit is contained in:
@@ -152,8 +152,9 @@ jobs:
|
|||||||
- name: Install WSL (Windows only)
|
- name: Install WSL (Windows only)
|
||||||
if: ${{ inputs.target-platform == 'win' }}
|
if: ${{ inputs.target-platform == 'win' }}
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
# Check if WSL is installed
|
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
|
wsl --install -d Ubuntu
|
||||||
- name: Generate DEPS Hash
|
- name: Generate DEPS Hash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user