From da673f1308cb6a77cc2e35a248481356e26fee0d Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Tue, 8 Jun 2021 11:29:05 +0200 Subject: [PATCH] appservice: Temporarily remove windows from CI because it's broken --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dc9f258..edc60168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,10 +96,8 @@ jobs: name: - linux / appservice / stable / actix - macOS / appservice / stable / actix - - windows / appservice / stable-x86_64-msvc / actix - linux / appservice / stable / warp - macOS / appservice / stable / warp - - windows / appservice / stable-x86_64-msvc / warp include: - name: linux / appservice / stable / actix @@ -109,11 +107,6 @@ jobs: os: macOS-latest cargo_args: --features actix - - name: windows / appservice / stable-x86_64-msvc / actix - os: windows-latest - target: x86_64-pc-windows-msvc - cargo_args: --features actix - - name: linux / appservice / stable / warp cargo_args: --features warp @@ -121,11 +114,6 @@ jobs: os: macOS-latest cargo_args: --features warp - - name: windows / appservice / stable-x86_64-msvc / warp - os: windows-latest - target: x86_64-pc-windows-msvc - cargo_args: --features warp - steps: - name: Checkout uses: actions/checkout@v1