fix ci workflow 12
This commit is contained in:
parent
f88d6482bd
commit
03c57302f3
2 changed files with 2 additions and 2 deletions
.forgejo/workflows
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue