From 497040dafa061593d0fd009c2ed99134f6ff39af Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Tue, 3 Sep 2024 14:34:27 +0200 Subject: [PATCH] fix: forgot the `strategy` scope --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a02216..022ecd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,9 +23,10 @@ jobs: ci: permissions: security-events: write - matrix: - build-type: [Debug, Release] - fail-fast: false + strategy: + matrix: + build-type: [Debug, Release] + fail-fast: false runs-on: ubuntu-latest steps: - name: checkout-repo