try without wsl install

This commit is contained in:
Stephan Dilly 2020-08-13 01:47:43 +02:00
parent 3242f5f576
commit 08581263c2

View file

@ -19,10 +19,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