diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a29913d8452..3ded2607005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -478,14 +478,11 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - uses: Swatinem/rust-cache@v2 - - name: Install cargo-deps - run: cargo install cargo-deps - # We require this check to avoid cyclic dependencies between 'fuels' and 'forc-pkg'. # Detailed explanation is found in the echo below. - name: Check 'forc-pkg' dependencies for 'fuels' crates run: | - deps=$(cargo deps --manifest-path forc-pkg/Cargo.toml) + deps=$(cargo tree --manifest-path forc-pkg/Cargo.toml) case "$deps" in *fuels*)