Skip to content

Commit b0e65f2

Browse files
committed
ci: install nextext as recommended, random ci failures on mac
1 parent 61c0c15 commit b0e65f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,9 @@ jobs:
193193
RUST_LOG: debug
194194
steps:
195195
- uses: actions/checkout@v4
196-
- uses: cargo-bins/cargo-binstall@main
197-
- run: cargo binstall cargo-nextest
196+
- uses: taiki-e/install-action@v2
197+
with:
198+
tool: nextest
198199
- run: cargo fetch --locked
199200
- name: shader-crate-template cargo fetch --locked
200201
run: |

0 commit comments

Comments
 (0)