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\//}