mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
Temporarily remove Windows from CI
It's currently broken.
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -96,7 +96,6 @@ jobs:
|
||||
name:
|
||||
- linux / appservice / stable
|
||||
- macOS / appservice / stable
|
||||
- windows / appservice / stable-x86_64-msvc
|
||||
|
||||
include:
|
||||
- name: linux / appservice / stable
|
||||
@@ -104,10 +103,6 @@ jobs:
|
||||
- name: macOS / appservice / stable
|
||||
os: macOS-latest
|
||||
|
||||
- name: windows / appservice / stable-x86_64-msvc
|
||||
os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
@@ -219,7 +214,6 @@ jobs:
|
||||
- linux / stable
|
||||
- linux / beta
|
||||
- macOS / stable
|
||||
- windows / stable-x86_64-msvc
|
||||
|
||||
include:
|
||||
- name: linux / stable
|
||||
@@ -230,10 +224,6 @@ jobs:
|
||||
- name: macOS / stable
|
||||
os: macOS-latest
|
||||
|
||||
- name: windows / stable-x86_64-msvc
|
||||
os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user