rust-cargo-make is broken
Some checks failed
CI / Rust checks (push) Failing after 1m3s

This commit is contained in:
2024-10-20 12:10:17 +02:00
parent bee3553d9e
commit 9d9192bc51
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ jobs:
with:
toolchain: stable
override: true
- uses: davidB/rust-cargo-make@v1
- uses: actions/checkout@v3
- name: Run format
run: cargo make format

View File

@@ -16,7 +16,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: davidB/rust-cargo-make@v1
- name: Run build
run: cargo build --release --verbose
- name: Run cargo login