summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml40
1 files changed, 20 insertions, 20 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ee0a3b8..a707c186 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -91,18 +91,18 @@ jobs:
cross: true,
rust: stable,
}
- - {
- os: "ubuntu-latest",
- target: "x86_64-unknown-linux-musl",
- cross: false,
- rust: stable,
- }
- - {
- os: "ubuntu-latest",
- target: "i686-unknown-linux-musl",
- cross: true,
- rust: stable,
- }
+ # - {
+ # os: "ubuntu-latest",
+ # target: "x86_64-unknown-linux-musl",
+ # cross: false,
+ # rust: stable,
+ # }
+ # - {
+ # os: "ubuntu-latest",
+ # target: "i686-unknown-linux-musl",
+ # cross: true,
+ # rust: stable,
+ # }
- {
os: "macOS-latest",
target: "x86_64-apple-darwin",
@@ -119,12 +119,6 @@ jobs:
# }
- {
os: "windows-2019",
- target: "i686-pc-windows-msvc",
- cross: true,
- rust: stable,
- }
- - {
- os: "windows-2019",
target: "x86_64-pc-windows-msvc",
cross: false,
rust: stable,
@@ -132,10 +126,16 @@ jobs:
}
- {
os: "windows-2019",
- target: "x86_64-pc-windows-gnu",
- cross: false,
+ target: "i686-pc-windows-msvc",
+ cross: true,
rust: stable,
}
+ # - {
+ # os: "windows-2019",
+ # target: "x86_64-pc-windows-gnu",
+ # cross: false,
+ # rust: stable,
+ # }
# aarch64
- {