Skip to content

Commit

Permalink
Changed cross installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
angelplusultra committed Dec 12, 2024
1 parent 8bfa1db commit c35ba3f
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 @@ -22,7 +22,7 @@ jobs:

# Install `cross` using cargo
- name: Install cross
run: cargo install cross
run: cargo install cross --git https://github.com/cross-rs/cross

# Build for macOS
- name: Build for macOS (x86_64-apple-darwin)
Expand Down

0 comments on commit c35ba3f

Please sign in to comment.