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] on: [push]
jobs: jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest, windows-latest]
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2