From e3f1a76e972f70edeb5a562be852b302b2f1eda6 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 21 Oct 2019 00:05:36 +0900 Subject: [PATCH] ci: Disable windows msvc builds --- .github/workflows/workflow.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f060f226..fa45398d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -200,7 +200,6 @@ jobs: - x86_64-unknown-linux-musl - x86_64-apple-darwin - x86_64-pc-windows-gnu - - x86_64-pc-windows-msvc include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest @@ -214,9 +213,6 @@ jobs: - target: x86_64-pc-windows-gnu os: windows-latest name: starship-x86_64-pc-windows-gnu.zip - - target: x86_64-pc-windows-msvc - os: windows-latest - name: starship-x86_64-pc-windows-msvc.zip runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1