Skip to content

Commit

Permalink
chore: replace the rust builder action (#8)
Browse files Browse the repository at this point in the history
chore: replace the rust builder action

as the old one stopped working
  • Loading branch information
ramn authored Mar 15, 2024
1 parent 655e321 commit 5b4054c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:

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

0 comments on commit 5b4054c

Please sign in to comment.