Skip to content

Commit

Permalink
add windows build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyuria authored and Cyuria committed Jan 27, 2024
1 parent 7317b69 commit e8dfbc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:

jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e8dfbc9

Please sign in to comment.