Skip to content

Commit 3089482

Browse files
committed
fix typo
1 parent b9f417e commit 3089482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
# need cross HEAD for https://github.com/cross-rs/cross/issues/1645
257257
# will probably be ok to use released cross from 0.3
258258
run: cargo install cross --git https://github.com/cross-rs/cross
259-
- run: pip instal nox
259+
- run: pip install nox
260260
- run: nox -s test-cross
261261

262262
test-zigbuild:

0 commit comments

Comments
 (0)