fix ci workflow 6
This commit is contained in:
parent
909afb9e71
commit
dccf425aaf
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +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
|
||||
- run: rustup update stable && rustup default stable
|
||||
- run: cargo update --verbose
|
||||
- run: cargo build --verbose
|
||||
|
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
- nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: cargo build
|
||||
- run: cargo test
|
||||
|
|
Loading…
Add table
Reference in a new issue