Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 7, 2022
1 parent 9e99c86 commit d013022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
override: true

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

- name: Verify versions
run: rustc --version && rustup --version && cargo --version && cross --version
Expand Down

0 comments on commit d013022

Please sign in to comment.