diff options
| author | Felipe Balbi <[email protected]> | 2025-11-13 08:52:19 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2025-11-13 08:52:19 -0800 |
| commit | 9387d3352a39a903757860568e41890b022c990f (patch) | |
| tree | c55c807fe1858c2a03c9150ff2a3e26878a3f186 | |
| parent | 302702dd58c53a50aa84892eac79a5300c247752 (diff) | |
Install cargo-hack before attempting to use it
| -rw-r--r-- | .github/workflows/check.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3f116426f..7aec2f489 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml | |||
| @@ -142,6 +142,9 @@ jobs: | |||
| 142 | components: clippy | 142 | components: clippy |
| 143 | targets: thumbv8m.main-none-eabihf | 143 | targets: thumbv8m.main-none-eabihf |
| 144 | 144 | ||
| 145 | - name: cargo install cargo-hack | ||
| 146 | uses: taiki-e/install-action@cargo-hack | ||
| 147 | |||
| 145 | - name: cargo hack | 148 | - name: cargo hack |
| 146 | run: cargo hack --feature-powerset check | 149 | run: cargo hack --feature-powerset check |
| 147 | 150 | ||
