aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-11-13 08:52:19 -0800
committerFelipe Balbi <[email protected]>2025-11-13 08:52:19 -0800
commit9387d3352a39a903757860568e41890b022c990f (patch)
treec55c807fe1858c2a03c9150ff2a3e26878a3f186
parent302702dd58c53a50aa84892eac79a5300c247752 (diff)
Install cargo-hack before attempting to use it
-rw-r--r--.github/workflows/check.yml3
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