From 3242f5f57690052b9e73fba552703f3eb16c0ac0 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 11 Aug 2020 21:28:08 +0200 Subject: [PATCH] revert --- .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 9ba5bbdb..09b579d4 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 + choco install wsl-ubuntu-1804 - name: Install Rust uses: actions-rs/toolchain@v1