1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 06:37:45 +00:00

Add Windows CI

This commit is contained in:
Joshua Goins 2025-03-22 19:20:16 -04:00
parent 0069196e3c
commit c88e3ca6d7

View file

@ -11,7 +11,12 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4