Skip to content

Commit

Permalink
CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 26, 2024
1 parent 6e5d04e commit 4b4888f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- cflags: -DGOOD -g0
- cflags: -DBAD -g0
include:
- cflags: -DGOOD -g0
- cflags: -DBAD -g0
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4b4888f

Please sign in to comment.