This commit is contained in:
Stephan Dilly 2020-08-11 21:06:03 +02:00
parent 6dd80f73ac
commit 377dfd1a08

View File

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