diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e4ae5f2..a7ba4cd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: tool: cargo-hack - name: Run Cargo Hack - run: cargo hack check --rust-version -p ${{ matrix.crate }} + run: cargo +${{ matrix.msrv }} hack check --rust-version -p ${{ matrix.crate }} powerset: # cargo-hack checks combinations of feature flags to ensure that features are all additive @@ -191,4 +191,4 @@ jobs: if: success() - name: Mark the job as unsuccessful run: exit 1 - if: "!success()" \ No newline at end of file + if: "!success()"