From c8ae3b8eae9231ca474ad1abf9c8967801dbc71a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 19 Aug 2020 00:06:23 +0200 Subject: [PATCH] Cleanup cd now that win builds again --- .github/workflows/cd.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5903303e..af25462d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,11 +15,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: WSL Setup - if: matrix.os == 'windows-latest' - run: | - choco install wsl-ubuntu-1804 - - name: Get version id: get_version run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}