diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index 3345e9b..e073bb9 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -55,7 +55,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Install Rust toolchain + - name: Install prerequisite build chain + if: matrix.supporteds.install_prerequisite + run: ${{ matrix.supporteds.install_prerequisite }} + + - name: Install stable Rust toolchain uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2