try with wsl install again

This commit is contained in:
Stephan Dilly 2020-08-17 20:59:57 +02:00
parent 5e12608b65
commit 2d3b4a08eb

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