From 91f9aa1b5849a4f535fe2ea0f751c3e80bcc7227 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 31 Oct 2022 07:06:18 -0300 Subject: [PATCH] chore: add windows-latest to github ci TODO: Need to figure out how to provide SDL2 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c024c7e..92b94d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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