fix ci workflow 8
This commit is contained in:
parent
1c6af638fb
commit
a45d7f67b8
2 changed files with 2 additions and 2 deletions
|
@ -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 -y
|
- 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
|
||||||
|
|
|
@ -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 -y
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue