chore: add windows-latest to github ci
TODO: Need to figure out how to provide SDL2
This commit is contained in:
parent
e916ebf621
commit
91f9aa1b58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue