use actions-rs/toolchain
All checks were successful
Build && Deploy / cargo build (push) Successful in 4m32s
All checks were successful
Build && Deploy / cargo build (push) Successful in 4m32s
This commit is contained in:
parent
43f450d15d
commit
4b4ce03a3b
@ -6,7 +6,11 @@ jobs:
|
|||||||
name: cargo build
|
name: cargo build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- name: Install minimal stable with clippy and rustfmt
|
||||||
|
uses: actions-rs/toolchain@v1
|
||||||
|
with:
|
||||||
|
profile: minimal
|
||||||
|
toolchain: stable
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
- run: cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user