fix ci workflow 12

This commit is contained in:
core 2025-03-04 21:14:22 -05:00
parent f88d6482bd
commit 03c57302f3
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
- uses: dtolnay/rust-toolchain@stable
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo update --verbose
- run: cargo build --verbose
- run: cargo test --verbose

View file

@ -21,7 +21,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
- uses: https://github.com/dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo build