Skip to content

Commit

Permalink
fix: forgot the strategy scope
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 3, 2024
1 parent a9d1ca5 commit 497040d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 497040d

Please sign in to comment.