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