diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index a12231496b..ba3039197a 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -45,7 +45,8 @@ jobs: with: ref: ${{ inputs.branch }} - uses: dtolnay/rust-toolchain@stable - # cargo-binstall will try and use pre-built binaries if they are available (also speeds up installing `cross`) + # cargo-binstall will try and use pre-built binaries if they are available and also speeds up + # installing `cross` - uses: cargo-bins/cargo-binstall@main - shell: bash run: cargo binstall --no-confirm just diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 926d87bfc7..8e70b4efa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,9 +59,11 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - # It's quite slow to install just by building it, but here we need a cross-platform solution. + # cargo-binstall will try and use pre-built binaries if they are available and also speeds up + # installing `cross` + - uses: cargo-bins/cargo-binstall@main - shell: bash - run: cargo install just + run: cargo binstall --no-confirm just # Set the network versioning based on our branch or workflow input - name: provide network versioning