fix ci workflow 7
Some checks failed
Verify Latest Dependencies / Verify Latest Dependencies (push) Failing after 6s
build and test / wxbox - latest (push) Failing after 6s

This commit is contained in:
core 2025-03-04 21:04:51 -05:00
parent dccf425aaf
commit 1c6af638fb
Signed by: core
GPG key ID: FDBF740DADDCEECF
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
- run: rustup update stable && rustup default stable - run: rustup update stable && rustup default stable
- run: cargo update --verbose - run: cargo update --verbose
- run: cargo build --verbose - run: cargo build --verbose

View file

@ -21,7 +21,7 @@ jobs:
- nightly - nightly
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build - run: cargo build
- run: cargo test - run: cargo test