Skip to content

Commit d013022

Browse files
v1.2.2
1 parent 9e99c86 commit d013022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
override: true
3333

3434
- name: Install cross-compilation tools (if needed)
35-
run: which cross >/dev/null || cargo install cross@0.2.1
35+
run: which cross >/dev/null || cargo install cross --version=0.2.1
3636

3737
- name: Verify versions
3838
run: rustc --version && rustup --version && cargo --version && cross --version

0 commit comments

Comments
 (0)