cd.yaml: delete toolchain installation to test if it's builtin
Some checks failed
Build && Deploy / cargo build (push) Failing after 5s
Some checks failed
Build && Deploy / cargo build (push) Failing after 5s
This commit is contained in:
parent
3d9f1228cc
commit
9b6579327d
@ -6,11 +6,6 @@ jobs:
|
|||||||
name: cargo build
|
name: cargo build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- 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
|
||||||
- name: Upload Release Binary
|
- name: Upload Release Binary
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user