From c5af1e0dd23e58f65df6f8c610b51a62c97d919e Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 26 Jan 2024 23:58:27 +0000 Subject: [PATCH] CI: Fix passing feature flags into preparation action step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd8e98ae2..6e57f0fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - id: prepare uses: ./.github/actions/prepare with: - extra_flags: ${{ matrix.extra_flags != 'NOT_A_PUZZLE' && matrix.extra_flags || '' }} + extra-features: ${{ matrix.extra_flags != 'NOT_A_PUZZLE' && matrix.extra_flags || '' }} - name: Run tests run: > cargo test