reorder to download toolchain before checkout
All checks were successful
Build && Deploy / cargo build (push) Successful in 5m4s
All checks were successful
Build && Deploy / cargo build (push) Successful in 5m4s
This commit is contained in:
parent
2a4179d0bd
commit
84ac12a98e
@ -6,8 +6,8 @@ jobs:
|
||||
name: cargo build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: actions/checkout@v4
|
||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||
- run: |
|
||||
ls target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user