diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f4e490e98..2752340dac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,14 +25,6 @@ jobs: # run: | # choco install wsl-ubuntu-1804 - - name: Windows Setup - if: matrix.os == 'windows-latest' - # https://codeblog.jonskeet.uk/2019/10/12/using-git-bash-from-appveyor/ - run: | - echo $Env:Path - Get-Command bash - - - name: Install Rust uses: actions-rs/toolchain@v1 with: