We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c0c15 commit b0e65f2Copy full SHA for b0e65f2
.github/workflows/ci.yaml
@@ -193,8 +193,9 @@ jobs:
193
RUST_LOG: debug
194
steps:
195
- uses: actions/checkout@v4
196
- - uses: cargo-bins/cargo-binstall@main
197
- - run: cargo binstall cargo-nextest
+ - uses: taiki-e/install-action@v2
+ with:
198
+ tool: nextest
199
- run: cargo fetch --locked
200
- name: shader-crate-template cargo fetch --locked
201
run: |
0 commit comments