Skip to content

Commit a91424f

Browse files
committed
Use the correct toolchain for cargo-hack
1 parent 5f5b7d4 commit a91424f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ build: &BUILD
1919
- $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
2020
- $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
2121
- $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET -- -D warnings
22-
- if [ -z "$NOHACK" ]; then $TOOL install cargo-hack; fi
23-
- if [ -z "$NOHACK" ]; then $TOOL hack $ZFLAGS check --target $TARGET --each-feature; fi
22+
- if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN install cargo-hack; fi
23+
- if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN hack $ZFLAGS check --target $TARGET --each-feature; fi
2424

2525
# Tests that do require executing the binaries
2626
test: &TEST

0 commit comments

Comments
 (0)