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 cbbb6ba commit 6eb522aCopy full SHA for 6eb522a
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
run: cargo run --example ${{ matrix.example }}
110
111
documentation:
112
- runs-on: ${{ matrix.os }}-latest
+ runs-on: ${{ matrix.os }}
113
strategy:
114
matrix:
115
include:
@@ -150,7 +150,7 @@ jobs:
150
run: cargo clippy --all-features
151
152
fmt:
153
154
155
156
0 commit comments