fix ci workflow 9
Some checks failed
Verify Latest Dependencies / Verify Latest Dependencies (push) Failing after 57s
build and test / wxbox - latest (push) Failing after 1m1s

This commit is contained in:
core 2025-03-04 21:07:05 -05:00
parent a45d7f67b8
commit 997f452a12
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
steps:
- uses: actions/checkout@v4
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s - -y
- run: rustup update stable && rustup default stable
- run: cargo update --verbose
- run: cargo build --verbose

View file

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