1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 19:51:06 +01:00

ci: rename post-merge workflow

This commit is contained in:
Rob Ede 2023-07-19 23:49:31 +01:00
parent 462ab6a4f0
commit 3c4b0c2755
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 7 deletions

View File

@ -51,7 +51,7 @@ jobs:
with:
toolchain: ${{ matrix.version }}
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/install-action@v2
with: { tool: cargo-hack }
- name: check lib
@ -121,11 +121,8 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
with: { toolchain: nightly }
- uses: taiki-e/cache-cargo-install-action@v1
with: { tool: cargo-minimal-versions }
- uses: taiki-e/cache-cargo-install-action@v1
with: { tool: cargo-hack }
- uses: taiki-e/install-action@v1
with: { tool: cargo-hack, cargo-minimal-versions }
- name: Check With Minimal Versions
run: cargo minimal-versions check

View File

@ -52,7 +52,7 @@ jobs:
with:
toolchain: ${{ matrix.version }}
- uses: taiki-e/cache-cargo-install-action@v1
- uses: taiki-e/install-action@v1
with: { tool: cargo-hack }
- name: Generate Cargo.lock