From 377dfd1a08dd1bec1a9633427a78cf34900c7883 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 11 Aug 2020 21:06:03 +0200 Subject: [PATCH] try wsl --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09b579d4..9ba5bbdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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