Try to return Windows build

This commit is contained in:
Serge Lamikhov-Center 2022-02-25 21:35:43 +02:00 committed by Serge Lamikhov-Center
parent 39ba40db0b
commit 58b61fcb0f

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
build_type: [Release]
runs-on: ${{ matrix.os }}