From a317687ba2336ebc4e4e24983faf58f642b9c025 Mon Sep 17 00:00:00 2001 From: Sebastian Miasojed Date: Thu, 26 Oct 2023 12:31:10 +0200 Subject: [PATCH] Fixed matrix definition --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1645ffe904..4bd4b648b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,8 +138,7 @@ jobs: strategy: fail-fast: false matrix: - include: - - type: [STD, WASM] + type: [STD, WASM] steps: - name: Checkout uses: actions/checkout@v4