Try to build on windows

This commit is contained in:
garronej
2023-01-08 15:22:14 +01:00
parent eee2f84f2e
commit cea7f22662
3 changed files with 32 additions and 25 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
if: github.event.head_commit.author.name != 'actions'
steps:
- uses: actions/checkout@v2