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

install cargo-hack faster

This commit is contained in:
Rob Ede 2023-04-01 22:21:57 +01:00
parent dbce150993
commit 6d0dc9628b
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -50,8 +50,8 @@ jobs:
with: with:
toolchain: ${{ matrix.version }} toolchain: ${{ matrix.version }}
- name: Install cargo-hack - uses: taiki-e/cache-cargo-install-action@v1
run: cargo install cargo-hack with: { tool: cargo-hack }
- name: Generate Cargo.lock - name: Generate Cargo.lock
run: cargo generate-lockfile run: cargo generate-lockfile