Skip to content

Commit

Permalink
Fix github action (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRodri authored Jan 8, 2025
1 parent f23e266 commit 553139d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- chunk: [1, 2, 3, 4, 5, 6, 7, 8]
- os: [ubuntu-latest, windows-latest, macos-latest]
- profile: ["", --release]
chunk: [1, 2, 3, 4, 5, 6, 7, 8]
os: [ubuntu-latest, windows-latest, macos-latest]
profile: ["", --release]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 553139d

Please sign in to comment.