We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e86fa commit 21b13faCopy full SHA for 21b13fa
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
name: Minimal versions
77
strategy:
78
matrix:
79
- os: ["ubuntu-latest"]
+ os: ["ubuntu-latest", "windows-latest"]
80
runs-on: ${{ matrix.os }}
81
steps:
82
- name: Checkout repository
.github/workflows/rust-next.yml
@@ -49,7 +49,7 @@ jobs:
49
name: "Check latest dependencies"
50
51
52
53
54
env:
55
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
0 commit comments