From da2d3adaef9715ae2280c3bb6a98531e58ea0427 Mon Sep 17 00:00:00 2001 From: Mathieu Lala Date: Sun, 5 Feb 2023 13:22:44 +0100 Subject: [PATCH] fix: exclude feature --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e8e342a..6b751bc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,6 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: cargo-hack@0.5.25 - - run: cargo hack check --feature-powerset --depth ${{ inputs.depth }} --no-dev-deps --exclude-features $FEATURE_EXCLUDE + - run: cargo hack check --feature-powerset --depth ${{ inputs.depth }} --no-dev-deps --exclude-features "$FEATURE_EXCLUDE" env: FEATURE_EXCLUDE: "no_std stdweb wasm-bindgen f32_float only_i32 unicode-xid-ident bin-features"