Skip to content

Commit

Permalink
fix: cargo install cross --git https://github.com/cross-rs/cross
Browse files Browse the repository at this point in the history
Signed-off-by: The1111mp <[email protected]>
  • Loading branch information
1111mp committed Oct 17, 2024
1 parent 997b274 commit 580e174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache-all-crates: true

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

- name: Build Nvmd
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Install cross
run: cargo install cross
run: cargo install cross --git https://github.com/cross-rs/cross

- name: Build Nvmd
run: |
Expand Down

0 comments on commit 580e174

Please sign in to comment.