From 2d3b4a08eb9cab3ff345ae3a01cdedcaf0485812 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 17 Aug 2020 20:59:57 +0200 Subject: [PATCH] try with wsl install again --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0006feb3..09b579d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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