From b8aba5bd5e54cd3c7a599082713ae1f6d944820f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 19 Aug 2020 00:05:00 +0200 Subject: [PATCH] Cleanup ci now that win works again --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2752340d..0215824c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,11 +20,6 @@ jobs: steps: - uses: actions/checkout@v2 - # - name: WSL Setup - # if: matrix.os == 'windows-latest' - # run: | - # choco install wsl-ubuntu-1804 - - name: Install Rust uses: actions-rs/toolchain@v1 with: @@ -102,4 +97,4 @@ jobs: - uses: actions/upload-artifact@v1 with: name: release-notes.txt - path: ./release-notes.txt \ No newline at end of file + path: ./release-notes.txt