Skip to content

Commit

Permalink
Update rust.yml to use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
karip authored Feb 27, 2024
1 parent 566d38d commit 44f9217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Rust
run: rustup update stable
- name: Install cross-compilation tools
uses: taiki-e/[email protected]
uses: taiki-e/[email protected].0
with:
target: ${{ matrix.target }}
- run: cargo test --verbose -- --nocapture

0 comments on commit 44f9217

Please sign in to comment.