cd.yaml: delete toolchain installation to test if it's builtin
Some checks failed
Build && Deploy / cargo build (push) Failing after 5s

This commit is contained in:
Akulij 2025-05-03 23:32:24 +03:00
parent 3d9f1228cc
commit 9b6579327d

View File

@ -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