Skip to content

Commit

Permalink
chore: replace the rust builder action
Browse files Browse the repository at this point in the history
as the old one stopped working
  • Loading branch information
ramn committed Mar 15, 2024
1 parent 655e321 commit f1f8e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: icepuma/rust-action@master
- uses: rust-build/rust-build.action@v1.4.5
with:
args: cargo fmt -- --check && ./clippy.sh && cargo test --locked

0 comments on commit f1f8e19

Please # to comment.