Skip update step, since updates are handled by separate process
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 1m47s

This commit is contained in:
2026-07-02 22:01:13 -05:00
parent 59058207f4
commit 0c3e86cf00

View File

@@ -19,7 +19,7 @@ jobs:
# - nightly # - nightly
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} # - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose - run: cargo build --verbose
- run: cargo test --verbose - run: cargo test --verbose
- run: cargo build --release --target=x86_64-unknown-linux-musl - run: cargo build --release --target=x86_64-unknown-linux-musl