Skip to content

Commit

Permalink
fix matrix in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rjindael committed Jul 13, 2023
1 parent 8737bf5 commit 9dda305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: [push]
jobs:
build:
strategy:
platform: [win-x64, linux-x64]
matrix:
platform: [win-x64, linux-x64]

name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9dda305

Please sign in to comment.