From 08581263c211d1fea6402e6f668c1938a3be4e66 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 13 Aug 2020 01:47:43 +0200 Subject: [PATCH] try without wsl install --- .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 09b579d4..0006feb3 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