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
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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…
x
Reference in New Issue
Block a user