disable choco wsl installer again

This commit is contained in:
Stephan Dilly 2020-08-17 21:15:10 +02:00
parent aed102ce8e
commit 99dad5c8ef

View file

@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: WSL Setup
if: matrix.os == 'windows-latest'
run: |
choco install wsl-ubuntu-1804
# - name: WSL Setup
# if: matrix.os == 'windows-latest'
# run: |
# choco install wsl-ubuntu-1804
- name: Install Rust
uses: actions-rs/toolchain@v1