Skip update step, since updates are handled by separate process
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 1m47s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 1m47s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
# - nightly
|
||||
steps:
|
||||
- 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 test --verbose
|
||||
- run: cargo build --release --target=x86_64-unknown-linux-musl
|
||||
|
||||
Reference in New Issue
Block a user