chore: add windows-latest to github ci

TODO: Need to figure out how to provide SDL2
This commit is contained in:
Rekai Nyangadzayi Musuka 2022-10-31 07:06:18 -03:00
parent e916ebf621
commit 91f9aa1b58
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2